via  cccaef656fb28b1d33d3a826c8c68f57be4fc0be (commit)
      from  bb8e66c71e39a0d1688fc67c3224c8a139583854 (commit)

-----------------------------------------------------------------------
commit cccaef656fb28b1d33d3a826c8c68f57be4fc0be
Author: Adam Borowski <kilob...@angband.pl>
Date:   Fri Feb 18 00:11:56 2011 +0100

    Let -flto=jobserver do parallel compilation.

-----------------------------------------------------------------------

Summary of changes:
 crawl-ref/source/makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index 96f0f75..5d1981d 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -1090,7 +1090,7 @@ distclean: clean clean-contrib clean-rltiles
        $(RM) -r $(DOXYGEN_HTML_GEN)
 
 $(GAME): $(GAME_DEPENDS)
-       $(QUIET_LINK)$(CXX) $(LDFLAGS) $(EXTRA_OBJECTS) $(OBJECTS) -o $(GAME) 
$(LIBS)
+       +$(QUIET_LINK)$(CXX) $(LDFLAGS) $(EXTRA_OBJECTS) $(OBJECTS) -o $(GAME) 
$(LIBS)
 
 debug: all
 profile: all


-- 
Dungeon Crawl Stone Soup

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Crawl-ref-discuss mailing list
Crawl-ref-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/crawl-ref-discuss

Reply via email to