diff options
Diffstat (limited to 'media')
-rw-r--r-- | media/media.gyp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media/media.gyp b/media/media.gyp index d9535ad..f69d300 100644 --- a/media/media.gyp +++ b/media/media.gyp @@ -471,6 +471,13 @@ 'cpu_features', ], 'conditions': [ + ['order_profiling != 0', { + 'target_conditions' : [ + ['_toolset=="target"', { + 'cflags!': [ '-finstrument-functions' ], + }], + ], + }], [ 'target_arch == "ia32" or target_arch == "x64"', { 'dependencies': [ 'yuv_convert_simd_x86', @@ -518,6 +525,13 @@ 'base/simd/yuv_to_rgb_table.h', ], 'conditions': [ + ['order_profiling != 0', { + 'target_conditions' : [ + ['_toolset=="target"', { + 'cflags!': [ '-finstrument-functions' ], + }], + ], + }], [ 'target_arch == "x64"', { # Source files optimized for X64 systems. 'sources': [ |