diff options
author | Nebuleon Fumika | 2012-12-20 02:01:07 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2012-12-20 02:01:07 -0500 |
commit | 83426640a6079021815e611ff0519d27ca3f9ce4 (patch) | |
tree | af1fb970e09be57788ea2fc5a745587303e5e73a | |
parent | ad536c3d6a5f5792e6dee52e1d6e14141f9f62be (diff) | |
download | snes9x2005-83426640a6079021815e611ff0519d27ca3f9ce4.tar.gz snes9x2005-83426640a6079021815e611ff0519d27ca3f9ce4.tar.bz2 snes9x2005-83426640a6079021815e611ff0519d27ca3f9ce4.zip |
Add back the -mlong-calls optimisation. It shortens the plugin's code a bit.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ OBJECTS = $(C_OBJECTS) $(CPP_OBJECTS) # - - - Compilation flags - - -
CFLAGS := -mips32 -Os -mno-abicalls -fno-pic -fno-builtin \
- -fno-exceptions -ffunction-sections -mlong-calls \
+ -fno-exceptions -ffunction-sections -mno-long-calls \
-fomit-frame-pointer -msoft-float -G 4 \
-fno-inline -fno-early-inlining \
-fgcse-sm -fgcse-las -fgcse-after-reload \
|