8067254: No debug symbols in JPRT Windows builds
authorerikj
Fri, 12 Dec 2014 15:33:10 +0100
changeset 28003 577e534faca4
parent 28000 6494b13f88a8
child 28004 d0931c6d456a
8067254: No debug symbols in JPRT Windows builds Reviewed-by: tbell
make/StripBinaries.gmk
--- a/make/StripBinaries.gmk	Wed Jul 05 20:11:08 2017 +0200
+++ b/make/StripBinaries.gmk	Fri Dec 12 15:33:10 2014 +0100
@@ -66,11 +66,6 @@
     $(shell $(FIND) $(SUPPORT_OUTPUTDIR)/modules_libs \
         -name '*$(SHARED_LIBRARY_SUFFIX)' -type f)
 
-# On Windows, don't include debug info for libs either.
-ifeq ($(OPENJDK_TARGET_OS), windows)
-  COPY_LIBS_SRC := $(filter-out %.diz %.map %.pdb, $(COPY_LIBS_SRC))
-endif
-
 $(eval $(call SetupCopyFiles,STRIP_MODULES_CMDS, \
     SRC := $(SUPPORT_OUTPUTDIR)/modules_cmds, \
     DEST := $(MODULES_CMDS_STRIPPED), \