Skip to content

Commit 71edfad

Browse files
committed
Fix link with HTML5 lib and LTO
1 parent cb99414 commit 71edfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/system_libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ class libhtml5(Library):
20382038
cflags = ['-Oz', '-fno-inline-functions']
20392039
src_dir = 'system/lib/html5'
20402040
src_glob = '*.c'
2041-
2041+
force_object_files = True
20422042

20432043
class CompilerRTLibrary(Library):
20442044
cflags = ['-fno-builtin']

0 commit comments

Comments
 (0)