X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Ftools%2Fcompilationunits.sh;h=55799ff7c4db70fe3d470284b1c8bc6b4548b69d;hp=a43185b16c952c8e9247ceb68749353c4bd981d8;hb=29ba411594428929a9e9a0e0baa620210213bec7;hpb=63f34ee151e32cd041437201a6b8fecf8971a928;ds=inline diff --git a/qcsrc/tools/compilationunits.sh b/qcsrc/tools/compilationunits.sh index a43185b16..55799ff7c 100755 --- a/qcsrc/tools/compilationunits.sh +++ b/qcsrc/tools/compilationunits.sh @@ -30,6 +30,9 @@ declare -a QCCDEFS=( -DNDEBUG=1 -DXONOTIC=1 -DWATERMARK="\"$(git describe --tags --dirty='~')\"" + -DENABLE_EFFECTINFO=0 + -DENABLE_DEBUGDRAW=0 + -DENABLE_DEBUGTRACE=0 ) QCCDEFS="${QCCDEFS[@]}"