That wasn't enough to fix it, I'll just disable this warning

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

View File

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