X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=f6a21ffe301305671fd17ea32fc945fa0f5f41c9;hp=6f8eb9a82732f86b3ebc2619a6ec461eb3fe819b;hb=463426ad47b15c9ae6ac38df0fc308477e3b2ccf;hpb=655c2482c97a30c3634c22a13f0ea43f946677b5 diff --git a/Makefile b/Makefile index 6f8eb9a..f6a21ff 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,7 @@ UNAME ?= $(shell uname) CYGWIN = $(findstring CYGWIN, $(UNAME)) MINGW = $(findstring MINGW, $(UNAME)) -CFLAGS += -Wall -Wextra -Werror -Wstrict-aliasing -Wno-attributes -O3 -#turn on tons of warnings if clang is present +# turn on tons of warnings if clang is present # but also turn off the STUPID ONES ifeq ($(CC), clang) CFLAGS += \