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 7e4a9c0 commit 7a9c8eeCopy full SHA for 7a9c8ee
main/component.mk
@@ -1 +1,7 @@
1
-CXXFLAGS += -fno-rtti
+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
6
+CFLAGS +=$(add_objects)
7
+CXXFLAGS +=$(add_objects)
0 commit comments