From: Wolfgang Bumiller Date: Wed, 26 Dec 2012 18:58:53 +0000 (+0100) Subject: adding -fno-strict-aliasing X-Git-Tag: before-library~486 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=33c7707f564d0f3a8e40e955fdaa505af67a88cb;p=xonotic%2Fgmqcc.git adding -fno-strict-aliasing --- diff --git a/Makefile b/Makefile index 28f425e..d35726d 100644 --- 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)