Enable wexit_time_destructors config in //dbus
Ensure C++ code in this directory do not accidentally add exit time destructors going forward. Bug: 101600 Change-Id: I1d3783c5d038ac3a5ad09ce02bad92f3380004e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4907784 Reviewed-by: Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1204732}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
78d571c0f7
commit
db3334fb02
@ -48,6 +48,7 @@ component("dbus") {
|
||||
public_deps = [ "//base" ]
|
||||
|
||||
public_configs = [ "//build/config/linux/dbus" ]
|
||||
configs += [ "//build/config/compiler:wexit_time_destructors" ]
|
||||
}
|
||||
|
||||
proto_library("test_proto") {
|
||||
|
Reference in New Issue
Block a user