]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Removed -O3 from Makefile again
authorWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 10:52:05 +0000 (11:52 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 10:52:05 +0000 (11:52 +0100)
Makefile

index e00e384fa1eb465cc2038230dba523e96dc7ac8c..a44b6ea6322af4c92148a32a813ed2610154f0c9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC     ?= clang
-CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector -O3
+CFLAGS += -Wall -I. -fomit-frame-pointer -fno-stack-protector
 #turn on tons of warnings if clang is present
 ifeq ($(CC), clang)
        CFLAGS +=                  \