| Index: build/config/sanitizers/sanitizers.gni
|
| diff --git a/build/config/sanitizers/sanitizers.gni b/build/config/sanitizers/sanitizers.gni
|
| index da79bd79e2a7e1d96397e51693f0a1d11287b5dd..55b7c534c23a428e6a6145d0d457cef3429f98fa 100644
|
| --- a/build/config/sanitizers/sanitizers.gni
|
| +++ b/build/config/sanitizers/sanitizers.gni
|
| @@ -46,6 +46,10 @@ declare_args() {
|
| # TODO(pcc): Remove this flag if/when CFI is enabled in official builds.
|
| is_cfi = false
|
|
|
| + # Optimize only as much as you can while preserving good stack traces and
|
| + # symbols.
|
| + symbolized = false
|
| +
|
| # By default, Control Flow Integrity will crash the program if it detects a
|
| # violation. Set this to true to print detailed diagnostics instead.
|
| use_cfi_diag = false
|
|
|