Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 187b4023e4168078187c3af9e12f2460ee4db579..54984dffc98e5943e7f9aa0e3d329bf0440e6ad9 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -31,6 +31,9 @@ declare_args() { |
| # Embeds the given script into the snapshot. |
| v8_embed_script = "" |
| + # Support for backtrace_symbols on linux. |
| + v8_enable_backtrace = false |
| + |
| # Sets -dENABLE_DISASSEMBLER. |
| v8_enable_disassembler = false |