Some experiments with LTO

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-11-06 20:06:19 +00:00
parent 5a98036a7d
commit e810c8e4a9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
6 changed files with 9 additions and 9 deletions

View file

@ -62,7 +62,7 @@ BASE_FLAGS += -DHEADLESS
endif
ifeq ($(WITH_LTO),true)
BASE_FLAGS += -fno-strict-aliasing -flto
BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects
endif
BUILD_C_FLAGS += -std=gnu11