DescriptionFix GN configuration for inclusion of unwinding tables.
build/config/compiler/BUILD.gn was already selecting between -fno-unwind-tables
and -funwind-tables depending on whether it's an official build or not.
Duplicating this flag causes both -fno-unwind-tables and -funwind-tables
which results in unwind tables being included and a much larger shared
library.
BUG=580374
Committed: https://crrev.com/33ecd69e345149844bef8f1026aebcb5f38afcec
Cr-Commit-Position: refs/heads/master@{#371044}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 8 (3 generated)
|