diff --git a/tools/system_libs.py b/tools/system_libs.py index 1892de757cc58..24c63e6628ff2 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -2038,7 +2038,7 @@ class libhtml5(Library): cflags = ['-Oz', '-fno-inline-functions'] src_dir = 'system/lib/html5' src_glob = '*.c' - + force_object_files = True class CompilerRTLibrary(Library): cflags = ['-fno-builtin']