mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8349214: Improve size optimization flags for MSVC builds
Backport-of: 40603a5bf0
This commit is contained in:
committed by
Vitaly Provodin
parent
df59f0ef4e
commit
02cebc41b9
@@ -387,7 +387,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
|
||||
|
||||
Reference in New Issue
Block a user