build: I mean -flto=auto.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 5m19s

This commit is contained in:
Cory McWilliams 2024-07-27 11:08:28 -04:00
parent 427fcdbdca
commit 155238a516

View File

@ -60,7 +60,7 @@ CFLAGS += \
-g \ -g \
-flto -flto
LDFLAGS += \ LDFLAGS += \
-flto \ -flto=auto \
-Wno-attributes -Wno-attributes
ANDROID_MIN_SDK_VERSION := 24 ANDROID_MIN_SDK_VERSION := 24