From: Dale Weiler Date: Sun, 6 Jan 2013 10:29:29 +0000 (+0000) Subject: Use -O2 by default X-Git-Tag: before-library~363^2~9 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6f5a20e76bec7769186817ef27e76d8cf0a24eb1;p=xonotic%2Fgmqcc.git Use -O2 by default --- diff --git a/Makefile b/Makefile index 9e367e0..f7a39e5 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 +CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char -O2 CFLAGS += -DGMQCC_GITINFO="`git describe`" #turn on tons of warnings if clang is present # but also turn off the STUPID ONES