summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/Makefile
diff options
context:
space:
mode:
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