aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2014-10-29 09:21:38 +0100
committeraliaspider2014-10-29 09:21:38 +0100
commit44476d7bda0a3b90bb71f379cc78614b6f66906d (patch)
tree3384185307c9c0ea35156753337ec4026c997356 /Makefile
parent761d752569b9bad6bdb755e91ca9e345cfb2788d (diff)
downloadsnes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.tar.gz
snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.tar.bz2
snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.zip
remove more C++ code.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c813e55..c872761 100644
--- a/Makefile
+++ b/Makefile
@@ -14,8 +14,8 @@ ifeq ($(platform), unix)
CFLAGS := -fno-builtin \
-fno-exceptions -ffunction-sections \
-fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \
- -fweb -fpeel-loops \
- -Wall -Wno-unused-function -Wno-unused-variable
+ -fweb -fpeel-loops
+# -Wall -Wno-unused-function -Wno-unused-variable
DEFS :=
else
@@ -24,8 +24,8 @@ else
CFLAGS := -G0 -march=allegrex -mno-abicalls -fno-pic -fno-builtin \
-fno-exceptions -ffunction-sections -mno-long-calls \
-fomit-frame-pointer -fgcse-sm -fgcse-las -fgcse-after-reload \
- -fweb -fpeel-loops \
- -Wall -Wno-unused-function -Wno-unused-variable
+ -fweb -fpeel-loops
+# -Wall -Wno-unused-function -Wno-unused-variable
# CFLAGS += -march=allegrex -mfp32 -mgp32 -mlong32 -mabi=eabi
# CFLAGS += -fomit-frame-pointer -fstrict-aliasing