8210647: libsaproc is being compiled without optimization

Compile with high optimization instead of none.

Reviewed-by: erikj, jgeorge, sballal
This commit is contained in:
Severin Gehwolf 2018-09-14 14:47:50 +02:00
parent 3cbb33f0e9
commit 6b8fd447cc

View File

@ -52,7 +52,7 @@ endif
$(eval $(call SetupJdkLibrary, BUILD_LIBSA, \
NAME := saproc, \
OPTIMIZATION := NONE, \
OPTIMIZATION := HIGH, \
DISABLED_WARNINGS_microsoft := 4267, \
DISABLED_WARNINGS_gcc := sign-compare, \
DISABLED_WARNINGS_CXX_solstudio := truncwarn unknownpragma, \