diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 += |