From: Rudolf Polzer Date: Fri, 21 Dec 2012 05:45:42 +0000 (+0100) Subject: proper string handling X-Git-Tag: xonotic-v0.7.0~164^2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0202aaed3286672d956d58deecdeb315d2871bf5;p=xonotic%2Fxonotic-data.pk3dir.git proper string handling --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 538a44bac..fdd9fffff 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -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)