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:

committed by
Commit Bot

parent
29290d85b9
commit
cd18bf9522
@ -34,7 +34,6 @@ rtc_static_library("remote_bitrate_estimator") {
|
|||||||
if (rtc_enable_bwe_test_logging) {
|
if (rtc_enable_bwe_test_logging) {
|
||||||
defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1" ]
|
defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1" ]
|
||||||
|
|
||||||
configs += [ "../..:no_exit_time_destructors" ]
|
|
||||||
sources += [ "test/bwe_test_logging.cc" ]
|
sources += [ "test/bwe_test_logging.cc" ]
|
||||||
} else {
|
} else {
|
||||||
defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ]
|
defines = [ "BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0" ]
|
||||||
|
Reference in New Issue
Block a user