mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2025-03-01 12:38:27 +00:00
8210647: libsaproc is being compiled without optimization
Compile with high optimization instead of none. Reviewed-by: erikj, jgeorge, sballal
This commit is contained in:
parent
3cbb33f0e9
commit
6b8fd447cc
@ -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, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user