diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2010-05-07 20:11:14 +0000 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2010-05-07 20:11:14 +0000 |
commit | 7a994c1e7d5ca431a46b80c98ae9413799c57c55 (patch) | |
tree | 95eefa43ad39a90ac61cc3a39f73243279a90755 /apps/plugins/doom/doom.make | |
parent | 91249a5c7d5a262bd5831470b0047ad1de1c9230 (diff) | |
download | rockbox-7a994c1e7d5ca431a46b80c98ae9413799c57c55.tar.gz rockbox-7a994c1e7d5ca431a46b80c98ae9413799c57c55.zip |
Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25889 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/doom/doom.make')
-rw-r--r-- | apps/plugins/doom/doom.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/doom.make b/apps/plugins/doom/doom.make index 54a63eb707..2f52da4a4e 100644 --- a/apps/plugins/doom/doom.make +++ b/apps/plugins/doom/doom.make | |||
@@ -19,7 +19,7 @@ DOOM_OBJ := $(call c2obj, $(DOOM_SRC)) | |||
19 | # add source files to OTHER_SRC to get automatic dependencies | 19 | # add source files to OTHER_SRC to get automatic dependencies |
20 | OTHER_SRC += $(DOOM_SRC) | 20 | OTHER_SRC += $(DOOM_SRC) |
21 | 21 | ||
22 | DOOMCFLAGS = $(PLUGINFLAGS) -Wno-strict-prototypes -O2 | 22 | DOOMCFLAGS = $(PLUGINFLAGS) -Wno-strict-prototypes -O2 -fno-strict-aliasing |
23 | 23 | ||
24 | ifndef SIMVER | 24 | ifndef SIMVER |
25 | ifeq ($(TARGET), IRIVER_H100) | 25 | ifeq ($(TARGET), IRIVER_H100) |