diff options
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r-- | third_party/instrumented_libraries/instrumented_libraries.gyp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp index 1d09cb7..406dbe9 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)' ], }, |