From cd18bf9522d4eb632771a572ad716c8227598bff Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Wed, 3 Oct 2018 15:28:24 +0200 Subject: [PATCH] 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 Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#24960} --- modules/remote_bitrate_estimator/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/remote_bitrate_estimator/BUILD.gn b/modules/remote_bitrate_estimator/BUILD.gn index f5fccbd584..13fbad3603 100644 --- a/modules/remote_bitrate_estimator/BUILD.gn +++ b/modules/remote_bitrate_estimator/BUILD.gn @@ -34,7 +34,6 @@ rtc_static_library("remote_bitrate_estimator") { 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" ]