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 4edf5ce commit 7f9b3b7Copy full SHA for 7f9b3b7
main/component.mk
@@ -2,9 +2,9 @@ rm_objects=-Wall -Werror=all -Wextra
2
CFLAGS:=$(filter-out $(rm_objects),$(CFLAGS))
3
CXXFLAGS:=$(filter-out $(rm_objects),$(CXXFLAGS))
4
5
-add_objects=-fno-rtti -ffat-lto-objects -flto-compression-level=9 -flto-partition=max -flto=auto
+add_objects=-fno-rtti -ffat-lto-objects -flto-compression-level=9 -flto=auto
6
CFLAGS +=$(add_objects)
7
CXXFLAGS +=$(add_objects)
8
9
-add_ldflags=-flto -fuse-linker-plugin
+add_ldflags=-flto -fuse-linker-plugin -ffat-lto-objects -flto-partition=max
10
LDFLAGS= +=$(add_ldflags)
0 commit comments