From: Steve Hay Date: Fri, 6 Jul 2007 11:08:37 +0000 (+0000) Subject: Add Borland linker option to not generate .map files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=457f4f73fc6a8a0a2205d2596dac7b13693d3c40;p=p5sagit%2Fp5-mst-13.2.git Add Borland linker option to not generate .map files (They are not generated by default by VC++ or MinGW, and there doesn't seem to be any need for them.) p4raw-id: //depot/perl@31539 --- diff --git a/win32/makefile.mk b/win32/makefile.mk index c1ba4a3..f565f84 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -443,7 +443,7 @@ LINK_DBG = EXTRACFLAGS = CFLAGS = -w -g0 -tWM -tWD $(INCLUDES) $(DEFINES) $(LOCDEFS) \ $(PCHFLAGS) $(OPTIMIZE) -LINK_FLAGS = $(LINK_DBG) -L"$(INST_COREDIR)" -L"$(CCLIBDIR)" \ +LINK_FLAGS = $(LINK_DBG) -x -L"$(INST_COREDIR)" -L"$(CCLIBDIR)" \ -L"$(CCLIBDIR)\PSDK" OBJOUT_FLAG = -o EXEOUT_FLAG = -e