summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 +=