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

Unified Diff: tools/gyp/configurations_make.gypi

Issue 431263002: Address comments on c_frame_pointers CL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/configurations_make.gypi
diff --git a/tools/gyp/configurations_make.gypi b/tools/gyp/configurations_make.gypi
index 17587f39e9e9ee4e339377eedae258c9db46532f..38c3f13031a0a9d039fcacebfc5f74bcf0e21645 100644
--- a/tools/gyp/configurations_make.gypi
+++ b/tools/gyp/configurations_make.gypi
@@ -141,7 +141,7 @@
'-fno-omit-frame-pointer',
# Clang on Linux will still omit frame pointers from leaf
# functions unless told otherwise:
- # '-mno-omit-leaf-frame-pointer',
+ '-mno-omit-leaf-frame-pointer',
],
'defines': [
'PROFILE_NATIVE_CODE'
@@ -161,7 +161,7 @@
'-fno-omit-frame-pointer',
# Clang on Linux will still omit frame pointers from leaf
# functions unless told otherwise:
- # '-mno-omit-leaf-frame-pointer',
+ '-mno-omit-leaf-frame-pointer',
],
'defines': [
'PROFILE_NATIVE_CODE'
« no previous file with comments | « no previous file | tools/gyp/configurations_xcode.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698