Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(853)

Unified Diff: webrtc/build/webrtc.gni

Issue 2334593002: GN: Revert to default compiler optimizations for Win Release. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/webrtc.gni
diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
index 71a4eda8be75cd123365a717cf48c02448eed608..3c84363fcc93e43185bd54378d915fb16970bc90 100644
--- a/webrtc/build/webrtc.gni
+++ b/webrtc/build/webrtc.gni
@@ -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 = []
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698