| Index: third_party/instrumented_libraries/instrumented_libraries.gyp
|
| diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
|
| index 5bd857eaabfd290c4a4d3efb08a1434edc296d76..3fb4eaea9c5808e839e0db2016415b03dd21c124 100644
|
| --- a/third_party/instrumented_libraries/instrumented_libraries.gyp
|
| +++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
|
| @@ -36,7 +36,8 @@
|
| '-gline-tables-only',
|
| '-fPIC',
|
| '-w',
|
| - '-U_FORITFY_SOURCE'
|
| + '-U_FORITFY_SOURCE',
|
| + '-fno-omit-frame-pointer'
|
| ],
|
| 'package_ldflags': [
|
| '-Wl,-z,origin',
|
| @@ -158,7 +159,7 @@
|
| '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/rpaths.fixed.txt',
|
| ],
|
| 'action': [
|
| - '<(DEPTH)/third_party/instrumented_libraries/fix_rpaths.sh',
|
| + './fix_rpaths.sh',
|
| '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)'
|
| ],
|
| },
|
|
|