]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
moving -Olocal-temps to -O4 until the issues are solved
[xonotic/gmqcc.git] / Makefile
index c5297d6bca36a06bbe53489bece99cc8428cbecd..532300385e8cf9bf520bec357bc77a7a6646a5ff 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 -O2
+CFLAGS += -Wall -Wextra -I. -fno-strict-aliasing -fsigned-char
 CFLAGS += -DGMQCC_GITINFO="`git describe`"
 #turn on tons of warnings if clang is present
 # but also turn off the STUPID ONES