projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605ba4c
)
-Wno-uninitialized-global
author
Rudolf Polzer <divverent@xonotic.org>
Sat, 29 Dec 2012 19:41:09 +0000
(20:41 +0100)
committer
Rudolf Polzer <divverent@xonotic.org>
Sat, 29 Dec 2012 19:41:09 +0000
(20:41 +0100)
qcsrc/Makefile
patch
|
blob
|
history
diff --git
a/qcsrc/Makefile
b/qcsrc/Makefile
index fdd9fffff56062357fe277bca02a41131aa2c3c2..e3cc4e60359fbe3db2369f47c1c40e1e9d2aa6cc 100644
(file)
--- a/
qcsrc/Makefile
+++ b/
qcsrc/Makefile
@@
-13,6
+13,7
@@
QCCFLAGS ?= \
-Wno-double-declaration \
-Wno-assign-function-types \
-Wno-unused-variable \
+ -Wno-uninitialized-global \
-O3 \
-fftepp \
-ftranslatable-strings \