aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-20 02:01:07 -0500
committerNebuleon Fumika2012-12-20 02:01:07 -0500
commit83426640a6079021815e611ff0519d27ca3f9ce4 (patch)
treeaf1fb970e09be57788ea2fc5a745587303e5e73a /Makefile
parentad536c3d6a5f5792e6dee52e1d6e14141f9f62be (diff)
downloadsnes9x2005-83426640a6079021815e611ff0519d27ca3f9ce4.tar.gz
snes9x2005-83426640a6079021815e611ff0519d27ca3f9ce4.tar.bz2
snes9x2005-83426640a6079021815e611ff0519d27ca3f9ce4.zip
Add back the -mlong-calls optimisation. It shortens the plugin's code a bit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e4c6e45..6b05d8b 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \