summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp
index b0d27be..df8c21b 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -1415,6 +1415,10 @@
'sources': [
'android/linker/linker_jni.cc',
],
+ # The crazy linker is never instrumented.
+ 'cflags!': [
+ '-finstrument-functions',
+ ],
'dependencies': [
'<(android_ndk_root)/crazy_linker.gyp:crazy_linker',
],