From 529b3b7267291c6ada2c913c50fbd5171d6d9b18 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 31 Dec 2012 12:18:14 +0100 Subject: [PATCH] -std=gmqcc --- qcsrc/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \ -- 2.39.2