aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-12-12 19:49:30 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2011-12-12 19:49:30 +0000
commit9f8ff1699a29b2828a41ce6cec8b41ba89f609c2 (patch)
tree3962d4c66136f9cbfde2b75d54519b48c8b55d8f /packages/darwin_app/Makefile
parent30b473eb44785d0fe7003fcf2aa82955b16be151 (diff)
add -Wstrict-aliasing=2 to everything to try to catch all type-punning
svn path=/trunk/; revision=15815
Diffstat (limited to 'packages/darwin_app/Makefile')
-rw-r--r--packages/darwin_app/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index 22392ace..a05b7e99 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -27,7 +27,7 @@ WISH_CONTENTS = "$(WISH)/Contents"
#STRIP = strip -x
STRIP = echo
-DEBUG_CFLAGS = -g -fno-inline-functions -fno-omit-frame-pointer -DDEBUG_SOUNDFILE
+DEBUG_CFLAGS = -g -fno-inline-functions -fno-omit-frame-pointer -DDEBUG_SOUNDFILE -Wstrict-aliasing=2
# CPU-specific gleaned from:
# http://developer.apple.com/releasenotes/DeveloperTools/RN-GCC4/