summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.x11
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-09 18:52:44 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-09 18:52:44 +0000
commitc7616eede18e97dca9d9434e80f313111f6eb424 (patch)
treeb2407c7b9e9285fd38f2cb8fc7743f786d6ef815 /crawl-ref/source/makefile.x11
parent10d95f1094f8124055e0279314718a4312cd01df (diff)
downloadcrawl-ref-c7616eede18e97dca9d9434e80f313111f6eb424.tar.gz
crawl-ref-c7616eede18e97dca9d9434e80f313111f6eb424.zip
Oops. Making last submit consistent between tiles/non-tiles makefiles.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4964 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.x11')
-rw-r--r--crawl-ref/source/makefile.x112
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.x11 b/crawl-ref/source/makefile.x11
index 872ad42d64..975ae3b38a 100644
--- a/crawl-ref/source/makefile.x11
+++ b/crawl-ref/source/makefile.x11
@@ -96,7 +96,7 @@ CFWARN := -Wall -Wwrite-strings -Wshadow -pedantic
CFOTHERS := -fsigned-char -D$(OS_TYPE) $(EXTRA_FLAGS) -DCLUA_BINDINGS
ifneq ($(HURRY),y)
-ifeq ($(DEBUG_CRAWL),)
+ifneq ($(DEBUG_CRAWL),y)
CFWARN += -Wuninitialized
CFOTHERS += -O2
endif