mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8349214: Improve size optimization flags for MSVC builds
Reviewed-by: djelinski, ihse
This commit is contained in:
parent
09269497a2
commit
40603a5bf0
@ -347,7 +347,7 @@ AC_DEFUN([FLAGS_SETUP_OPTIMIZATION],
|
||||
C_O_FLAG_DEBUG="-Od"
|
||||
C_O_FLAG_DEBUG_JVM=""
|
||||
C_O_FLAG_NONE="-Od"
|
||||
C_O_FLAG_SIZE="-Os"
|
||||
C_O_FLAG_SIZE="-O1"
|
||||
fi
|
||||
|
||||
# Now copy to C++ flags
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user