From 155238a516e14fe48178df1abf333326df532ce5 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 27 Jul 2024 11:08:28 -0400 Subject: [PATCH] build: I mean -flto=auto. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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