Minor fix for GCC's LTO

This commit is contained in:
Lior Halphon 2020-04-25 14:51:17 +03:00
parent 1e7737a239
commit c62704e26b
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ endif
ifneq ($(PLATFORM),windows32)
LDFLAGS += -flto
CFLAGS += -flto
LDFLAGS += -DGB_INTERNAL # For GCC's LTO
endif
else