]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Perform some strict aliasing all over this biatch. We ain't trippin on code that...
[xonotic/gmqcc.git] / 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