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

Unified Diff: webrtc/BUILD.gn

Issue 2291253003: Use max optimization when compiling neteq_performance_test. (Closed)
Patch Set: Created 4 years, 4 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/modules/audio_coding/BUILD.gn » ('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 1f7f52104a87f1fc805f0bd69a0a07108e3eb315..9857423f307e9c0a2b401de2d9689239d79d4cc3 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -785,6 +785,12 @@ if (rtc_include_tests) {
":rtc_unittests_config",
]
public_configs = [ ":common_inherited_config" ]
+
+ if (!is_debug) {
+ 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/modules/audio_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698