| 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'
|
|
|