Index: base/allocator/allocator.gyp |
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp |
index b85dd516dca2e20ba71e584b15e3b12272bc15c5..002ce2185a67e8ec6c600908075602565138511c 100644 |
--- a/base/allocator/allocator.gyp |
+++ b/base/allocator/allocator.gyp |
@@ -443,6 +443,13 @@ |
'-Wno-non-literal-null-conversion', |
], |
}], |
+ ['order_profiling != 0', { |
+ 'target_conditions' : [ |
+ ['_toolset=="target"', { |
+ 'cflags!': [ '-finstrument-functions' ], |
+ }], |
+ ], |
+ }], |
], |
}, |
{ |