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}
This commit is contained in:
Mirko Bonadei
2018-10-03 15:28:24 +02:00
committed by Commit Bot
parent 29290d85b9
commit cd18bf9522

View File

@ -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" ]