| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index f44a97275d74e2df11395b3c3ab603cb246a7b1b..c0832c44045c8fbce8082f1daf7dfab367827c06 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -4565,7 +4565,7 @@
|
| '-finstrument-functions-exclude-file-list=mmintrin.h',
|
| # Avoids errors with current NDK:
|
| # "third_party/android_tools/ndk/toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.6/include/arm_neon.h:3426:3: error: argument must be a constant"
|
| - '-finstrument-functions-exclude-file-list=arm_neon.h,SaturatedArithmeticARM.h',
|
| + '-finstrument-functions-exclude-file-list=arm_neon.h',
|
| ],
|
| 'defines': ['CYGPROFILE_INSTRUMENTATION'],
|
| }],
|
|
|