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

Unified Diff: tools/gyp/configurations_android.gypi

Issue 78713003: Attempt at enabling profiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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
Index: tools/gyp/configurations_android.gypi
diff --git a/tools/gyp/configurations_android.gypi b/tools/gyp/configurations_android.gypi
index f7d9da913d6e74dbfeba67804f8ae6d460eebc02..cefd3abe56793b517b77a5eb3bbb403405a69a06 100644
--- a/tools/gyp/configurations_android.gypi
+++ b/tools/gyp/configurations_android.gypi
@@ -56,7 +56,7 @@
'cflags': [
'-fdata-sections',
'-ffunction-sections',
- '-fomit-frame-pointer',
+ '-fno-omit-frame-pointer',
'-O3',
],
},

Powered by Google App Engine
This is Rietveld 408576698