]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
proper string handling
authorRudolf Polzer <divverent@xonotic.org>
Fri, 21 Dec 2012 05:45:42 +0000 (06:45 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Fri, 21 Dec 2012 05:45:42 +0000 (06:45 +0100)
qcsrc/Makefile

index 538a44bacc4645cbbb144043966a40523d25b90b..fdd9fffff56062357fe277bca02a41131aa2c3c2 100644 (file)
@@ -19,6 +19,8 @@ QCCFLAGS ?= \
        -fadjust-vector-fields \
        -fassign-function-types \
        -fcorrect-ternary \
+       -fcorrect-logic \
+       -ftrue-empty-strings \
        -fshort-logic \
        -flno \
        $(QCCFLAGS_EXTRA) $(QCCFLAGS_WATERMARK)