Enable the SSSE3 Xcode flag when building that project
authorMatthew Leibowitz <mattleibow@live.com>
Sat, 19 Nov 2016 04:21:03 +0000 (06:21 +0200)
committerMatthew Leibowitz <mattleibow@live.com>
Sat, 19 Nov 2016 04:21:03 +0000 (06:21 +0200)
gyp/opts.gyp

index 470b215..f8f90bf 100644 (file)
           '../src/utils',
       ],
       'sources': [ '<!@(python read_gni.py ../gn/opts.gni ssse3)' ],
+      'xcode_settings': { 'CLANG_X86_VECTOR_INSTRUCTIONS': 'ssse3' },
       'conditions': [
         [ 'skia_os == "win"', { 'defines' : [ 'SK_CPU_SSE_LEVEL=31' ] }],
         [ 'not skia_android_framework', { 'cflags': [ '-mssse3' ] }],