diff --git a/gyp/common_conditions.gypi b/gyp/common_conditions.gypi index a745c706da..20911cb42f 100644 --- a/gyp/common_conditions.gypi +++ b/gyp/common_conditions.gypi @@ -435,6 +435,9 @@ # Extra warnings we like but that only Clang knows about. '-Wstring-conversion', ], + 'cflags!': [ + '-mfpmath=sse', # Clang doesn't need to be told this, and sometimes gets confused. + ], }], [ 'skia_keep_frame_pointer', { 'cflags': [ '-fno-omit-frame-pointer' ],