aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/n64/Makefile
diff options
context:
space:
mode:
authorFabio Battaglia2010-01-12 10:23:16 +0000
committerFabio Battaglia2010-01-12 10:23:16 +0000
commitf2318e5fe4d80c3c04822734d73df54e89101e91 (patch)
tree94e5a48119faae4b078d6cb20dd54ff3ea1d31c7 /backends/platform/n64/Makefile
parent1a570df5dc3f1931eb9caadf2dddc1d08987c954 (diff)
downloadscummvm-rg350-f2318e5fe4d80c3c04822734d73df54e89101e91.tar.gz
scummvm-rg350-f2318e5fe4d80c3c04822734d73df54e89101e91.tar.bz2
scummvm-rg350-f2318e5fe4d80c3c04822734d73df54e89101e91.zip
N64: Icrease analog sensibility a little
svn-id: r47262
Diffstat (limited to 'backends/platform/n64/Makefile')
-rw-r--r--backends/platform/n64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/n64/Makefile b/backends/platform/n64/Makefile
index 1f17c148b2..dcf95ff0d3 100644
--- a/backends/platform/n64/Makefile
+++ b/backends/platform/n64/Makefile
@@ -34,7 +34,7 @@ endif
LIBS += -lm -lstdc++ -lc -lgcc -lz -lnosys
-CXXFLAGS = -g -O2 -fomit-frame-pointer -march=vr4300 -mtune=vr4300 -mno-extern-sdata -fno-rtti -fno-exceptions -Wno-multichar -Wshadow -I$(LIBN64PATH) -I$(TOOLPATH)/include -I./ -I$(srcdir) -I$(srcdir)/engines
+CXXFLAGS = -g -mno-extern-sdata -O2 -fomit-frame-pointer -march=vr4300 -mtune=vr4300 -fno-rtti -fno-exceptions -Wno-multichar -Wshadow -I$(LIBN64PATH) -I$(TOOLPATH)/include -I./ -I$(srcdir) -I$(srcdir)/engines
LDFLAGS = -g -march=vr4300 -mtune=vr4300 -nodefaultlibs -nostartfiles -mno-crt0 -L$(LIBN64PATH) -L$(TOOLPATH)/lib $(LIBS) -T n64ld_cpp.x -Xlinker -Map -Xlinker scummvm.map
TARGET = scummvm