mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
Use -O2 by default
This commit is contained in:
parent
a4c1e63637
commit
6f5a20e76b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue