GN: Revert to default compiler optimizations for Win Release.
Revert back to the GN/Chromium default optimization levels what was changed in https://codereview.webrtc.org/2307283002/ and https://codereview.webrtc.org/2305403002/ due to a performance regression. Those changes caused a size regression in Chromium, which is why this is changed back. BUG=chromium:641966 NOTRY=True TBR=ehmaldonado@webrtc.org, henrik.lundin@webrtc.org Review-Url: https://codereview.webrtc.org/2334593002 Cr-Commit-Position: refs/heads/master@{#14178}
This commit is contained in:
parent
10f606d8de
commit
11d5766819
@ -190,11 +190,6 @@ rtc_common_inherited_config = webrtc_root + ":common_inherited_config"
|
||||
rtc_remove_configs = []
|
||||
rtc_add_configs = [ rtc_common_config ]
|
||||
|
||||
if (!is_debug && is_win) {
|
||||
rtc_remove_configs += [ "//build/config/compiler:default_optimization" ]
|
||||
rtc_add_configs += [ "//build/config/compiler:optimize_max" ]
|
||||
}
|
||||
|
||||
set_defaults("rtc_test") {
|
||||
configs = rtc_add_configs
|
||||
suppressed_configs = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user