Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: tools/gn/bootstrap/bootstrap.py

Issue 2782063005: Explicitly specify whether to emit frame pointers by default. (Closed)
Patch Set: arm64 -> arm Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/libc_close_tracking.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/bootstrap/bootstrap.py
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
index b68021798e9659f253ce4e2f5117e632a6d2ba29..f77baac6a44dd6e9176c357c6b2e7c222e6c46c9 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',
+ 'CAN_UNWIND_WITH_FRAME_POINTERS': 'false'
})
write_build_date_header(root_gen_dir)
« no previous file with comments | « chrome/browser/chromeos/libc_close_tracking.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698