From: Rudolf Polzer Date: Sun, 29 Apr 2012 18:55:09 +0000 (+0200) Subject: turn on Oassignments again - fteqcc is buggy either way, but it seems the Oassignment... X-Git-Tag: xonotic-v0.7.0~321 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=dd85780fbbfd9dc3d99a64d96b0005bd261c6013;p=xonotic%2Fxonotic-data.pk3dir.git turn on Oassignments again - fteqcc is buggy either way, but it seems the Oassignment bug hurts less. --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 66fc02720..27f6fc993 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -3,7 +3,7 @@ FTEQCC ?= fteqcc PERL ?= perl FTEQCCFLAGS_WATERMARK ?= -DWATERMARK='"$(shell git describe)"' -DCVAR_POPCON -FTEQCCFLAGS ?= -Werror -Wno-Q302 -O3 -Ono-return_only -Ono-assignments -fno-fastarrays $(FTEQCCFLAGS_EXTRA) $(FTEQCCFLAGS_WATERMARK) +FTEQCCFLAGS ?= -Werror -Wno-Q302 -O3 -Ono-return_only -fno-fastarrays $(FTEQCCFLAGS_EXTRA) $(FTEQCCFLAGS_WATERMARK) FTEQCCFLAGS_PROGS ?= FTEQCCFLAGS_MENU ?=