Index: tools/gyp/configurations_android.gypi |
diff --git a/tools/gyp/configurations_android.gypi b/tools/gyp/configurations_android.gypi |
index f8c630b1dfefa993a7edcbd6c384e3d62faa1bad..9a0c96d0c8a732fccedf6688d467f937d8fdb364 100644 |
--- a/tools/gyp/configurations_android.gypi |
+++ b/tools/gyp/configurations_android.gypi |
@@ -68,7 +68,9 @@ |
'cflags': [ |
'-fdata-sections', |
'-ffunction-sections', |
- '-fno-omit-frame-pointer', |
+ # Uncomment the following line and pass --profile-vm to enable |
+ # profiling of C++ code within Observatory. |
+ # '-fno-omit-frame-pointer', |
'-O3', |
], |
}, |