Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9255110

Browse files
committed
[[ Skia ]] Explicitly use msse4.1 on linux
1 parent 8599acd commit 9255110

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

libskia/libskia.gyp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1906,6 +1906,11 @@
19061906
['exclude', 'SkFontMgr_custom'],
19071907
],
19081908

1909+
'cflags':
1910+
[
1911+
'-msse4.1',
1912+
],
1913+
19091914
'link_settings':
19101915
{
19111916
'libraries':

0 commit comments

Comments
 (0)