diff --git a/GNUmakefile b/GNUmakefile index ca30e195..d04704c2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -60,7 +60,7 @@ CFLAGS += \ -g \ -flto LDFLAGS += \ - -flto \ + -flto=auto \ -Wno-attributes ANDROID_MIN_SDK_VERSION := 24