Skip to content

Commit ceac0eb

Browse files
committed
8352015: LIBVERIFY_OPTIMIZATION remove special optimization settings
Reviewed-by: erikj, ihse
1 parent b75d7ac commit ceac0eb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

make/modules/java.base/lib/CoreLibraries.gmk

+1-6
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,9 @@ ifeq ($(INCLUDE), true)
3232
## Build libverify
3333
################################################################################
3434

35-
LIBVERIFY_OPTIMIZATION := HIGH
36-
ifeq ($(call isTargetOs, linux)+$(COMPILE_WITH_DEBUG_SYMBOLS), true+true)
37-
LIBVERIFY_OPTIMIZATION := LOW
38-
endif
39-
4035
$(eval $(call SetupJdkLibrary, BUILD_LIBVERIFY, \
4136
NAME := verify, \
42-
OPTIMIZATION := $(LIBVERIFY_OPTIMIZATION), \
37+
OPTIMIZATION := HIGH, \
4338
DISABLED_WARNINGS_gcc_check_code.c := unused-variable, \
4439
DISABLED_WARNINGS_clang_check_code.c := unused-variable, \
4540
EXTRA_HEADER_DIRS := libjava, \

0 commit comments

Comments
 (0)