]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Perform some strict aliasing all over this biatch. We ain't trippin on code that...
authorDale Weiler <killfieldengine@gmail.com>
Wed, 14 Aug 2013 10:16:04 +0000 (10:16 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Wed, 14 Aug 2013 10:16:04 +0000 (10:16 +0000)
Makefile

index e6ff4beaac300560e31589b7189a37fc882c36d9..82cef3a97e52483ae17a6ed345db1488096ddf87 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ UNAME  ?= $(shell uname)
 CYGWIN  = $(findstring CYGWIN,  $(UNAME))
 MINGW   = $(findstring MINGW32, $(UNAME))
 
-CFLAGS  += -O3 -Wall -Wextra -Werror -fno-strict-aliasing $(OPTIONAL)
+CFLAGS  += -O3 -Wall -Wextra -Wstrict-aliasing -Werror $(OPTIONAL)
 ifneq ($(shell git describe --always 2>/dev/null),)
     CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\""
 endif