diff options
author | aliaspider | 2014-10-29 09:21:38 +0100 |
---|---|---|
committer | aliaspider | 2014-10-29 09:21:38 +0100 |
commit | 44476d7bda0a3b90bb71f379cc78614b6f66906d (patch) | |
tree | 3384185307c9c0ea35156753337ec4026c997356 /Makefile | |
parent | 761d752569b9bad6bdb755e91ca9e345cfb2788d (diff) | |
download | snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.tar.gz snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.tar.bz2 snes9x2005-44476d7bda0a3b90bb71f379cc78614b6f66906d.zip |
remove more C++ code.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |