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

Unified Diff: base/BUILD.gn

Issue 2782063005: Explicitly specify whether to emit frame pointers by default. (Closed)
Patch Set: Rebase. 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/android/jni_android.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 3125e8d99aec1e232a1bae54d30da03e14a38f4f..a4a4ec8484abfaed11d010cb791521aee36b2c2c 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1636,6 +1636,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/android/jni_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698