Commit 9126e8db authored by scottmg's avatar scottmg Committed by Commit bot

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}
parent 2f43f2c9
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment