Stop using -ffat-lto-objects

This commit is contained in:
falkTX 2021-11-13 16:33:11 +00:00
parent a0af3c27ad
commit 0fd2dff688
5 changed files with 7 additions and 7 deletions

View file

@ -71,7 +71,7 @@ BASE_FLAGS += -I../include/mingw-std-threads
endif
ifeq ($(WITH_LTO),true)
BASE_FLAGS += -fno-strict-aliasing -flto -ffat-lto-objects
BASE_FLAGS += -fno-strict-aliasing -flto
endif
BUILD_C_FLAGS += -std=gnu11