summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-24 22:34:59 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-24 22:34:59 +0000
commit92cd16932be75a061040a02e1345e47b21918913 (patch)
tree003fe000413fb1e6969eefc8356f9a113ca53385 /crawl-ref/source
parent3e8ff63a0b604d22d3f16cb4e13f7d3fc2edfc0d (diff)
downloadcrawl-ref-92cd16932be75a061040a02e1345e47b21918913.tar.gz
crawl-ref-92cd16932be75a061040a02e1345e47b21918913.zip
Define DEBUG_MONS_SCAN for wizard builds.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6674 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index b2c4fa5648..95654aded3 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -36,9 +36,10 @@ distclean:
depend:
$(MAKE) $(OTHER) -f $(MAKEFILE) depend
-# WIZARD mode currently includes asserts, bounds checking, and item checking
+# WIZARD mode currently includes asserts, bounds checking, item checking and
+# monster checking.
wizard:
- $(MAKE) $(OTHER) -f $(MAKEFILE) debug EXTRA_FLAGS='-g -DWIZARD -DDEBUG -DDEBUG_ITEM_SCAN'
+ $(MAKE) $(OTHER) -f $(MAKEFILE) debug EXTRA_FLAGS='-g -DWIZARD -DDEBUG -DDEBUG_ITEM_SCAN -DDEBUG_MONS_SCAN'
# DEBUG mode includes WIZARD mode as well as copious debugging input
debug: