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.
2 parents 337f4ef + cb7def0 commit f7fd15bCopy full SHA for f7fd15b
Makefile
@@ -48,7 +48,7 @@ CFLAGS += -flto
48
endif
49
50
ifeq ("$(CC_IS_GCC)", "1")
51
-CFLAGS += -flto
+CFLAGS += -flto=auto
52
53
ifeq ("$(CC_IS_CLANG)", "1")
54
CFLAGS += -flto=thin -fsplit-lto-unit
0 commit comments