X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=52e7270fd66a705fe4e8c9b87f89791c4406a55d;hp=876bdd965c0685f7cb37d778b7f42350fd91db97;hb=54c8801becfc2e0bc4cf965c1d62e6d75a262fe2;hpb=d8ae1cb3e9049fa415339db6948095d5d3601de2 diff --git a/Makefile b/Makefile index 876bdd9..52e7270 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ CYGWIN = $(findstring CYGWIN, $(UNAME)) MINGW = $(findstring MINGW32, $(UNAME)) CC ?= clang -CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char -O2 +CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char CFLAGS += -DGMQCC_GITINFO="`git describe`" #turn on tons of warnings if clang is present # but also turn off the STUPID ONES