From 5967577d8bf92a9912cd153b20597f0d13a19456 Mon Sep 17 00:00:00 2001 From: MadCamel Date: Wed, 30 Sep 2009 13:52:13 -0400 Subject: Added -fno-strict-aliasing to CFLAGS This will likely fix a few minor weirdnesses and compiler warnings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08e54f4..6d378dc 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ else MAKE = make endif -OPT = -g -O2 ${M32} +OPT = -g -fno-strict-aliasing -O2 ${M32} ifeq ($(findstring CYGWIN,$(PLATFORM)), CYGWIN) OS_TYPE = -DCYGWIN -- cgit v1.2.3-60-g2f50