diff --git a/Makefile b/Makefile index 96edd9d6..799c9e7e 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ CFLAGS += -flto endif endif ifeq ("$(CC_IS_GCC)", "1") -CFLAGS += -flto +CFLAGS += -flto=auto endif ifeq ("$(CC_IS_CLANG)", "1") CFLAGS += -flto=thin -fsplit-lto-unit