| Index: tools/gn/bootstrap/bootstrap.py
|
| diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
|
| index 0bc2e4fb8701f08e6f2d5306f03c17a2f63dbd4e..f3a23f985de330fccb6ecafaa8d3f12ca45a32c6 100755
|
| --- a/tools/gn/bootstrap/bootstrap.py
|
| +++ b/tools/gn/bootstrap/bootstrap.py
|
| @@ -171,7 +171,8 @@ def build_gn_with_ninja_manually(tempdir, options):
|
| write_buildflag_header_manually(root_gen_dir, 'base/debug/debugging_flags.h',
|
| {
|
| 'ENABLE_PROFILING': 'false',
|
| - 'ENABLE_MEMORY_TASK_PROFILER': 'false'
|
| + 'ENABLE_MEMORY_TASK_PROFILER': 'false',
|
| + 'ENABLED_FRAME_POINTERS': 'false'
|
| })
|
|
|
| write_build_date_header(root_gen_dir)
|
|
|