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", |