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 7c10db3 commit e03e52dCopy full SHA for e03e52d
makefile_include.mk
@@ -95,6 +95,10 @@ endif # COMPILE_SIZE
95
96
ifneq ($(findstring clang,$(CC)),)
97
LTM_CFLAGS += -Wno-typedef-redefinition -Wno-tautological-compare -Wno-builtin-requires-header
98
+ifdef IGNORE_SPEED
99
+#for dead code eliminiation
100
+LTM_CFLAGS += -O1
101
+endif
102
endif
103
ifneq ($(findstring mingw,$(CC)),)
104
LTM_CFLAGS += -Wno-shadow
0 commit comments