Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 60591d323a193a7b7e19bfc5adcce2fe2afd0ba0..95e41bd208aa47683d4d65431e217b78a7cfa5e0 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -4632,9 +4632,10 @@ |
'cflags': [ |
'-finstrument-functions', |
# Allow mmx intrinsics to inline, so that the |
- #0 compiler can expand the intrinsics. |
+ # compiler can expand the intrinsics. |
'-finstrument-functions-exclude-file-list=mmintrin.h', |
], |
+ 'defines': ['CYGPROFILE_INSTRUMENTATION'], |
}], |
['_toolset=="target" and OS=="android"', { |
'cflags': [ |