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