summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-10-10 23:34:20 -0400
committerSamuel Bronson <naesten@gmail.com>2013-10-10 23:34:20 -0400
commit45e12aef8bc9b8b7bc5b152e643bad4b18278484 (patch)
treeb32624ac70354fed26704f56502e814586ef543c /crawl-ref/source/Makefile
parent062f7eb415bf83ff65dd16cf75ec8d66c86d4895 (diff)
downloadcrawl-ref-45e12aef8bc9b8b7bc5b152e643bad4b18278484.tar.gz
crawl-ref-45e12aef8bc9b8b7bc5b152e643bad4b18278484.zip
Revert "Run dwz over the binary ..."; dwz insists on ELF binaries :-(
This reverts commit 062f7eb415bf83ff65dd16cf75ec8d66c86d4895.
Diffstat (limited to 'crawl-ref/source/Makefile')
-rw-r--r--crawl-ref/source/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/Makefile b/crawl-ref/source/Makefile
index b62031099d..a14a73eabf 100644
--- a/crawl-ref/source/Makefile
+++ b/crawl-ref/source/Makefile
@@ -998,8 +998,6 @@ ifeq ($(strip $(YACC)),)
NO_YACC = YesPlease
endif
-DWZ := $(shell which dwz 2> /dev/null)
-
ifneq ($(findstring $(MAKEFLAGS),s),s)
ifndef V
QUIET_CC = @echo ' ' CC $@;
@@ -1394,9 +1392,6 @@ distclean: clean clean-contrib clean-rltiles
$(GAME): $(OBJECTS) $(EXTRA_OBJECTS) $(CONTRIB_LIBS) dat/dlua/tags.lua
+$(QUIET_LINK)$(CXX) $(LDFLAGS) $(EXTRA_OBJECTS) $(OBJECTS) -o $(GAME) $(LIBS)
-ifneq ($(DWZ),)
- $(DWZ) --low-mem-die-limit 1 $(GAME)
-endif
debug: all
debug-lite: all