projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71b72b0
)
Temp compile fix. Real fix is in divVerent/get-rid-of-wepset
author
Rudolf Polzer <divverent@xonotic.org>
Thu, 29 Aug 2013 11:51:00 +0000
(13:51 +0200)
committer
Rudolf Polzer <divverent@xonotic.org>
Thu, 29 Aug 2013 11:51:00 +0000
(13:51 +0200)
qcsrc/Makefile
patch
|
blob
|
history
diff --git
a/qcsrc/Makefile
b/qcsrc/Makefile
index
a92b06b
..
3c90dd1
100644
(file)
--- a/
qcsrc/Makefile
+++ b/
qcsrc/Makefile
@@
-12,6
+12,7
@@
QCCFLAGS ?= \
-Wno-field-redeclared \
-Wno-double-declaration \
-Wno-uninitialized-global \
+ -Wno-parenthesis \
-O3 \
-fadjust-vector-fields \
-fftepp \