diff options
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/libwebp/libwebp.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/libwebp/libwebp.gyp b/third_party/libwebp/libwebp.gyp index 576fa9c..312887a 100644 --- a/third_party/libwebp/libwebp.gyp +++ b/third_party/libwebp/libwebp.gyp @@ -61,6 +61,15 @@ 'dsp/upsampling_sse2.c', 'dsp/yuv.c', ], + 'conditions': [ + ['order_profiling != 0', { + 'target_conditions' : [ + ['_toolset=="target"', { + 'cflags!': [ '-finstrument-functions' ], + }], + ], + }], + ], }, { 'target_name': 'libwebp_utils', |