]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
adding -fno-strict-aliasing
authorWolfgang Bumiller <blub@speed.at>
Wed, 26 Dec 2012 18:58:53 +0000 (19:58 +0100)
committerWolfgang Bumiller <blub@speed.at>
Wed, 26 Dec 2012 18:58:53 +0000 (19:58 +0100)
Makefile

index 28f425e7e14889342832bcfc00e94b75de3323d4..d35726d89526aa37a5a1c7ded0973a6cc1efeb6c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CYGWIN  = $(findstring CYGWIN,  $(UNAME))
 MINGW   = $(findstring MINGW32, $(UNAME))
 
 CC     ?= clang
-CFLAGS += -Wall -Wextra -I. -pedantic-errors
+CFLAGS += -Wall -Wextra -I. -pedantic-errors -fno-strict-aliasing
 #turn on tons of warnings if clang is present
 # but also turn off the STUPID ONES
 ifeq ($(CC), clang)