| Index: build/config/compiler/BUILD.gn
|
| diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
| index 0ae9cb050a36a34bdb61a35075d5584347a4264b..83ba5bb12b0cf16a9407b16359d9fd24ec0a862a 100644
|
| --- a/build/config/compiler/BUILD.gn
|
| +++ b/build/config/compiler/BUILD.gn
|
| @@ -76,7 +76,7 @@ declare_args() {
|
|
|
| # Omit unwind support in official builds to save space.
|
| # We can use breakpad for these builds.
|
| - exclude_unwind_tables = is_chrome_branded && is_official_build
|
| + exclude_unwind_tables = is_official_build
|
|
|
| # If true, gold linker will save symbol table inside object files.
|
| # This speeds up gdb startup by 60%
|
|
|