commit | cd18bf9522d4eb632771a572ad716c8227598bff | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Wed Oct 03 13:28:24 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Oct 03 18:29:36 2018 |
tree | aa1962cb103f406d851b23db2ad51ca537fb13a6 | |
parent | 29290d85b955f9b220c8f64b532193f1ddc1ae2f [diff] |
Compile remote_bitrate_estimator without -Wno-exit-time-destructors. Bug: webrtc:9693 Change-Id: I5f50d513a3eaf441557c0c298b3a92dc6dc101b2 Reviewed-on: https://webrtc-review.googlesource.com/103500 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#24960}
diff --git a/modules/remote_bitrate_estimator/BUILD.gn b/modules/remote_bitrate_estimator/BUILD.gn index f5fccbd..13fbad3 100644 --- a/modules/remote_bitrate_estimator/BUILD.gn +++ b/modules/remote_bitrate_estimator/BUILD.gn
@@ -34,7 +34,6 @@ if (rtc_enable_bwe_test_logging) { defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1" ] - configs += [ "../..:no_exit_time_destructors" ] sources += [ "test/bwe_test_logging.cc" ] } else { defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ]