summaryrefslogtreecommitdiffstats
path: root/build/common.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build/common.gypi')
-rw-r--r--build/common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 2f6316b..fcf7857 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2548,6 +2548,9 @@
['_toolset=="target"', {
'cflags': [
'-finstrument-functions',
+ # Allow mmx intrinsics to inline, so that the
+ # compiler can expand the intrinsics.
+ '-finstrument-functions-exclude-file-list=mmintrin.h',
],
}],
],