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

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

Issue 2782063005: Explicitly specify whether to emit frame pointers by default. (Closed)
Patch Set: Fix Windows logic. Created 3 years, 9 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
« build/config/compiler/BUILD.gn ('K') | « build/config/compiler/compiler.gni ('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 0bc2e4fb8701f08e6f2d5306f03c17a2f63dbd4e..d743f91567726385e94349e5faa26218efadf1df 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',
+ 'HAVE_TRACE_STACK_FRAME_POINTERS': 'false'
})
write_build_date_header(root_gen_dir)
« build/config/compiler/BUILD.gn ('K') | « build/config/compiler/compiler.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698