changeset 28003:577e534faca4

8067254: No debug symbols in JPRT Windows builds Reviewed-by: tbell
author erikj
date Fri, 12 Dec 2014 15:33:10 +0100
parents 6494b13f88a8
children d0931c6d456a
files make/StripBinaries.gmk
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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), \