summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.lnx
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.lnx')
-rw-r--r--crawl-ref/source/makefile.lnx1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.lnx b/crawl-ref/source/makefile.lnx
index 8b8b8994fd..2a306320a9 100644
--- a/crawl-ref/source/makefile.lnx
+++ b/crawl-ref/source/makefile.lnx
@@ -18,6 +18,7 @@ COPY = cp
OS_TYPE = LINUX
CFLAGS = -Wall -Wwrite-strings -fsigned-char \
+ -Wshadow -pedantic \
-g -D$(OS_TYPE) $(EXTRA_FLAGS)
MCHMOD = 2755