mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Use -ffat-lto-objects
in the libretro buildbot Windows MinGW builds
This commit is contained in:
parent
babaf4b1b3
commit
de765c030f
1 changed files with 2 additions and 0 deletions
|
@ -1,10 +1,12 @@
|
|||
ifeq ($(platform),win64)
|
||||
MKXPZ_SYSTEM = windows
|
||||
MKXPZ_FORCE_FAT_LTO = true
|
||||
MKXPZ_CPU_FAMILY = x86_64
|
||||
MKXPZ_CPU = x86_64
|
||||
MKXPZ_ENDIAN = little
|
||||
else ifeq ($(platform),win32)
|
||||
MKXPZ_SYSTEM = windows
|
||||
MKXPZ_FORCE_FAT_LTO = true
|
||||
MKXPZ_CPU_FAMILY = x86
|
||||
MKXPZ_CPU = i686
|
||||
MKXPZ_ENDIAN = little
|
||||
|
|
Loading…
Add table
Reference in a new issue