We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9c8ee commit 735e7f0Copy full SHA for 735e7f0
main/component.mk
@@ -5,3 +5,6 @@ CXXFLAGS:=$(filter-out $(rm_objects),$(CXXFLAGS))
5
add_objects=-fno-rtti -ffat-lto-objects -flto-compression-level=9 -flto-partition=max -flto=auto
6
CFLAGS +=$(add_objects)
7
CXXFLAGS +=$(add_objects)
8
+
9
+add_ldflags=-flto -fuse-linker-plugin
10
+LDFLAGS= +=$(add_ldflags)
0 commit comments