diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/BUILD.gn b/base/BUILD.gn index 8a087e7..6edbfbe 100644 --- a/base/BUILD.gn +++ b/base/BUILD.gn @@ -906,6 +906,8 @@ component("base") { "message_loop/message_pump_glib.h", ] } + + configs += [ "//build/config/compiler:wexit_time_destructors" ] } # This is the subset of files from base that should not be used with a dynamic |