summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2016-12-24 15:59:27 +0100
committerPaweł Redman <pawel.redman@gmail.com>2016-12-24 15:59:52 +0100
commit073554e71ae282611c7b220c5d1fd73584ed75b9 (patch)
treed0c098d2999b5a6ce9807dcc43b2ef84e7430802
parentbf1e25dfb4d48a47c8e9e027a52a53d8d2ba3e5a (diff)
Add the 'FAST' option to Makefile for shitty debug builds.
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8cad288..b6753c2 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,11 @@ Q3MAP_LIGHT += -light -bounce 1 -dirty -bouncegrid -dirtscale 0.3 \
-dirtdepth 32 -fastbounce -patchshadows -samples 8 \
-samplesize 8 -cpma
+FAST ?= 0
+ifeq ($(FAST), 1)
+ Q3MAP_LIGHT = -light -fast
+endif
+
MAPCAT ?= mapcat
MAPCAT_FLAGS +=