summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-16 13:16:56 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-16 13:16:56 +0000
commit405c670c9cbc16652a8c1e5152342cefd57ef4f6 (patch)
treea56e812e700dfed92a0c26458874bab1ebd130c1
parentf728bbe231c2f665d21b19d759339231693d460e (diff)
downloadcrawl-ref-405c670c9cbc16652a8c1e5152342cefd57ef4f6.tar.gz
crawl-ref-405c670c9cbc16652a8c1e5152342cefd57ef4f6.zip
Removed -g from makefile.unix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.1.6@642 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/makefile.unix2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.unix b/crawl-ref/source/makefile.unix
index c656630acb..805cc1ab4f 100644
--- a/crawl-ref/source/makefile.unix
+++ b/crawl-ref/source/makefile.unix
@@ -34,7 +34,7 @@ INCLUDES := $(INCLUDES) -Iutil -I.
CFWARN := -Wall -Wwrite-strings \
-Wshadow -pedantic
-CFOTHERS := -fsigned-char -g -D$(OS_TYPE) $(EXTRA_FLAGS)
+CFOTHERS := -fsigned-char -D$(OS_TYPE) $(EXTRA_FLAGS)
ifneq ($(DATADIR),)
CFOTHERS += '-DDATA_DIR_PATH="$(DATADIR)"'