]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Use -O2 by default
authorDale Weiler <killfieldengine@gmail.com>
Sun, 6 Jan 2013 10:29:29 +0000 (10:29 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 6 Jan 2013 10:29:29 +0000 (10:29 +0000)
Makefile

index 9e367e05ddcdee65230281ed0321ea7b2b1be223..f7a39e51f46f9de981117f49bd23b48ff045601d 100644 (file)
--- 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