summaryrefslogtreecommitdiffstats
path: root/third_party/libwebp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebp')
-rw-r--r--third_party/libwebp/libwebp.gyp9
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',