DescriptionGN: Fix skia build on mac, use -msse4.1 everywhere
Two issues with GN:
*) We need to set SK_BUILD_FOR_MAC on mac
*) On mac, the sse4 opts are built with -msse4.1 (which is what
GCC_ENABLE_SSE41_EXTENSIONS=YES expands to) not -msse4
and for consistency use -msse4.1 on linux as well.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281969
Patch Set 1 #
Total comments: 1
Patch Set 2 : use -msse4.1 everywhere (for trybots) #Patch Set 3 : use -msse4.1 take two #Messages
Total messages: 10 (0 generated)
|