Use -O2 by default

This commit is contained in:
Dale Weiler 2013-01-06 10:29:29 +00:00
parent a4c1e63637
commit 6f5a20e76b

View file

@ -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