summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-01-04 18:09:45 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-01-04 18:09:45 +0000
commit314928a3339c3c36f820106e3a9679adb19f706d (patch)
tree0f19a2689115612903918307c22cfe152e7b6b83 /makefile
parent5fb0d53cef1d3dda6918a6da18c675a9ba4f4888 (diff)
(From Oliver Stoneberg)
beastrzb097u2red.patch - added GAME_NOT_WORKING flag, so this bogus bug report can be removed (not even worth 1 buck!) 20080104_1.patch - fixes a memory in src/mame/machine/stvcd.c memoryleak0118u1ora.patch - fixes a memory leak, that only happened when no RawInput API was available memory_leak0111u6ora_1.patch - only a partial patch - model3.c still missing
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index 8aff71a3aa5..b4544b80029 100644
--- a/makefile
+++ b/makefile
@@ -314,7 +314,6 @@ CFLAGS += -O$(OPTIMIZE)
# and make all errors into warnings
ifneq ($(OPTIMIZE),0)
CFLAGS += -Werror $(ARCHOPTS) -fno-strict-aliasing
-#CFLAGS += $(ARCHOPTS) -fno-strict-aliasing
endif
# if symbols are on, make sure we have frame pointers