OpenJDK / amber / amber
changeset 35236:627e7f8410dd
8145596: Enable debug symbols for all libraries
Reviewed-by: erikj
author | ihse |
---|---|
date | Wed, 20 Jan 2016 09:54:39 +0100 |
parents | 5e373cc222a5 |
children | 9bd7d91ca664 |
files | hotspot/make/lib/Lib-jdk.hotspot.agent.gmk |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/make/lib/Lib-jdk.hotspot.agent.gmk Thu Jan 14 20:57:31 2016 -0800 +++ b/hotspot/make/lib/Lib-jdk.hotspot.agent.gmk Wed Jan 20 09:54:39 2016 +0100 @@ -110,7 +110,6 @@ LIBS := $(SA_LIBS), \ MAPFILE := $(SA_MAPFILE), \ OBJECT_DIR := $(SUPPORT_OUTPUTDIR)/native/$(MODULE)/libsa, \ - DEBUG_SYMBOLS := true, \ STRIP_SYMBOLS := true, \ ))