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

Unified Diff: webrtc/BUILD.gn

Issue 2307283002: GN Templates: Use the optimize_max compiler config. (Closed)
Patch Set: Rebase. 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 | webrtc/build/webrtc.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index aaa1d72f96bdb3eb457d40a426022355d30d24ea..b1929a51e9402740999064c58613f9d3c038454c 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -770,11 +770,6 @@ if (rtc_include_tests) {
configs += [ ":rtc_unittests_config" ]
public_configs = [ ":common_inherited_config" ]
- if (!is_debug) {
- suppressed_configs += [ "//build/config/compiler:default_optimization" ]
- configs += [ "//build/config/compiler:optimize_max" ]
- }
-
sources = [
"call/call_perf_tests.cc",
"call/rampup_tests.cc",
« no previous file with comments | « no previous file | webrtc/build/webrtc.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698