summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-10-14 01:59:10 -0700
committerMatthew Cline <zelgadis@sourceforge.net>2009-10-14 01:59:10 -0700
commit36bef24e69c49ff8426cc75cf9af738cdd618fd6 (patch)
tree137396d91920f706636f901bcd29b0361d4e201d /crawl-ref/source/makefile
parenta4f9a079be784391b0dca1244a25cfe44be638a0 (diff)
parent730ac0d9ce89856bb570100aa2c820be7525fa35 (diff)
downloadcrawl-ref-36bef24e69c49ff8426cc75cf9af738cdd618fd6.tar.gz
crawl-ref-36bef24e69c49ff8426cc75cf9af738cdd618fd6.zip
Merge branch 'master' of ssh://zelgadis@crawl-ref.git.sourceforge.net/gitroot/crawl-ref/crawl-ref
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 7e17360865..81c1b9accb 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -339,7 +339,7 @@ endif # MacOS
endif # TILES
-CFWARN_L := -Wno-array-bounds -Wno-parentheses -Wwrite-strings -Wshadow -pedantic
+CFWARN_L := -D_FORTIFY_SOURCE=0 -Wno-array-bounds -Wno-parentheses -Wwrite-strings -Wshadow -pedantic
CFOTHERS_L = $(EXTERNAL_FLAGS) $(EXTRA_FLAGS) $(DEFINES) -DCLUA_BINDINGS $(SDL_CFLAGS)
#