]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
turn on Oassignments again - fteqcc is buggy either way, but it seems the Oassignment...
authorRudolf Polzer <divverent@alientrap.org>
Sun, 29 Apr 2012 18:55:09 +0000 (20:55 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 29 Apr 2012 18:55:09 +0000 (20:55 +0200)
qcsrc/Makefile

index 66fc027200d52dfada5286412551cc01611b8a37..27f6fc993aa0c12c1e372a7b36c25922fcce7995 100644 (file)
@@ -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 ?=