Index: base/base.gyp |
diff --git a/base/base.gyp b/base/base.gyp |
index b0d27be4ec4956a24e01f4f1b6e45c21d9e17785..c93bb6482b23fcec842304d7a2225c534b3489c0 100644 |
--- a/base/base.gyp |
+++ b/base/base.gyp |
@@ -1415,6 +1415,9 @@ |
'sources': [ |
'android/linker/linker_jni.cc', |
], |
+ 'cflags!': [ |
Nico
2014/05/27 09:08:00
Maybe add a comment for why this is here.
qsr
2014/05/27 09:11:00
Done.
|
+ '-finstrument-functions', |
+ ], |
'dependencies': [ |
'<(android_ndk_root)/crazy_linker.gyp:crazy_linker', |
], |