From 83426640a6079021815e611ff0519d27ca3f9ce4 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Thu, 20 Dec 2012 02:01:07 -0500 Subject: Add back the -mlong-calls optimisation. It shortens the plugin's code a bit. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3