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

Unified Diff: base/BUILD.gn

Issue 2782063005: Explicitly specify whether to emit frame pointers by default. (Closed)
Patch Set: Clean up. 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
« no previous file with comments | « no previous file | base/android/jni_android.h » ('j') | base/debug/stack_trace.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index f99c40d5e0ed8b6771273ab84128171fcce24f2d..9b1c1ed23072010da2f34931b4bc55e5c2d63d6e 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1643,6 +1643,7 @@ buildflag_header("debugging_flags") {
flags = [
"ENABLE_PROFILING=$enable_profiling",
"ENABLE_MEMORY_TASK_PROFILER=$enable_memory_task_profiler",
+ "ENABLED_FRAME_POINTERS=$enabled_frame_pointers",
]
}
« no previous file with comments | « no previous file | base/android/jni_android.h » ('j') | base/debug/stack_trace.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698