projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7d3a2d
)
Removed -O3 from Makefile again
author
Wolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 10:52:05 +0000
(11:52 +0100)
committer
Wolfgang (Blub) Bumiller <blub@speed.at>
Sun, 11 Nov 2012 10:52:05 +0000
(11:52 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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 += \