Chromium Code Reviews| Index: tools/gyp/configurations_make.gypi |
| =================================================================== |
| --- tools/gyp/configurations_make.gypi (revision 14421) |
| +++ tools/gyp/configurations_make.gypi (working copy) |
| @@ -27,6 +27,7 @@ |
| '-fPIC', |
| '-fvisibility=hidden', |
| '-fvisibility-inlines-hidden', |
| + '-fno-omit-frame-pointer', |
|
cshapiro
2012/11/01 20:38:31
It would be great to keep these options sorted. T
|
| ], |
| 'ldflags': [ |
| '-rdynamic', |