X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2FMakefile;h=5198283b2e7e25b5abbc158a81a462c29d11ed44;hb=692cb758fe8f25fa078bfd5885333ee031885600;hp=20d935e617f2167b6a06fefc4168e9508b96b3bd;hpb=472e607d2ab4bfe9b1302af54078c903d3d65ca8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/Makefile b/qcsrc/Makefile index 20d935e61..5198283b2 100644 --- a/qcsrc/Makefile +++ b/qcsrc/Makefile @@ -1,6 +1,7 @@ SCM := $(shell if [ -d .svn ]; then echo svn; elif [ -d ../.git ]; then echo git; fi) PERL ?= perl QCCFLAGS_WATERMARK ?= $(shell git describe) +CPP := cc -xc -E QCC ?= gmqcc NDEBUG ?= 1 BUILD_MOD ?= 0