diff options
author | Twinaphex | 2020-01-04 07:00:29 +0100 |
---|---|---|
committer | GitHub | 2020-01-04 07:00:29 +0100 |
commit | 5652557c5e052b332566db758baec5190b09d8e9 (patch) | |
tree | 51e923a30d9e5bab1479c1a6be6c43a9bbfc4ff8 /Makefile | |
parent | 354bcb5acea0aa45b56ae553e0b2b4f10792dfeb (diff) | |
parent | 5add5ac8fc09737bd98c782b9cdf6d4a2602db97 (diff) | |
download | snes9x2002-5652557c5e052b332566db758baec5190b09d8e9.tar.gz snes9x2002-5652557c5e052b332566db758baec5190b09d8e9.tar.bz2 snes9x2002-5652557c5e052b332566db758baec5190b09d8e9.zip |
Merge pull request #37 from Derynect/gcw0
gcw0 patch for performance
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -214,6 +214,7 @@ else ifeq ($(platform), gcw0) AR = /opt/gcw0-toolchain/usr/bin/mipsel-linux-ar fpic := -fPIC SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,--no-undefined + DEFINES += -DFRAME_SKIP CFLAGS += -std=c99 -ffast-math -march=mips32 -mtune=mips32r2 -mhard-float CFLAGS += -fno-builtin -fno-exceptions CFLAGS += -DPATH_MAX=256 |