From: Rudolf Polzer Date: Mon, 31 Dec 2012 11:18:14 +0000 (+0100) Subject: -std=gmqcc X-Git-Tag: xonotic-v0.7.0~153 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=529b3b7267291c6ada2c913c50fbd5171d6d9b18;p=xonotic%2Fxonotic-data.pk3dir.git -std=gmqcc --- diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 1ffb727a8..d90ce997b 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -7,11 +7,10 @@ VERSION_MESSAGE = $(shell cd server && $(QCC) --version --help) ifneq (,$(findstring GMQCC,$(VERSION_MESSAGE))) # this is gmqcc QCCFLAGS ?= \ - -std=fteqcc \ + -std=gmqcc \ -Werror -Wall \ -Wno-field-redeclared \ -Wno-double-declaration \ - -Wno-unused-variable \ -Wno-uninitialized-global \ -O3 \ -fftepp \