Merge pull request #310 from Derynect/gcw0_flags

Add -fomit-frame-pointer to gcw0 target
This commit is contained in:
Twinaphex
2020-01-23 15:25:32 +01:00
committed by GitHub

View File

@@ -417,7 +417,7 @@ else ifeq ($(platform), gcw0)
AR = /opt/gcw0-toolchain/usr/bin/mipsel-linux-ar
fpic := -fPIC
SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined
PLATFORM_DEFINES += -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float
PLATFORM_DEFINES += -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float -fomit-frame-pointer
EXTERNAL_ZLIB = 1
# Windows MSVC 2017 all architectures