Commit aadf3e13 by Alexis Hetu Committed by Alexis Hétu

Changed 'optimize_max' for 'optimize' compile option on Chromium

The 'optimize_max' option is not meant to be used by default for Release builds. These use the 'optimize' config. See comment here for explanation: https://cs.chromium.org/chromium/src/build/config/compiler/BUILD.gn?l=1572 Change-Id: I7af8e3e4c7e92c60f38841b75998e2b488a5ffde Reviewed-on: https://swiftshader-review.googlesource.com/11228Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 84d0e223
...@@ -20,7 +20,7 @@ if (is_debug) { ...@@ -20,7 +20,7 @@ if (is_debug) {
] ]
configs_to_add += [ configs_to_add += [
"//build/config:release", "//build/config:release",
"//build/config/compiler:optimize_max", "//build/config/compiler:optimize",
] ]
if (is_win) { if (is_win) {
configs_to_delete += [ "//build/config/win:default_crt" ] configs_to_delete += [ "//build/config/win:default_crt" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment