From 9126e8dba3eddf1d3c21378263e4ed47e9a79487 Mon Sep 17 00:00:00 2001 From: scottmg Date: Wed, 10 Sep 2014 16:52:15 -0700 Subject: gn: Add missing -Wexit-time-destructors on base TBR=brettw@chromium.org BUG=335824 Review URL: https://codereview.chromium.org/560143002 Cr-Commit-Position: refs/heads/master@{#294263} --- base/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base') 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 -- cgit v1.1