Closed ainame closed 5 years ago
When installing this via Carthage, the built-in libwebp static-linked will be used so flags should be configured and when installing this via SPM, system-wide installed libwebp will be used so we don't have to care about it at all.
Thus, xcshceme should be fixed to close this issue.
For iOS -fembed-bitcode
flag seems like important.
In order to optimise the performance of libwebp running on specific platforms, there should be a way to pass build flags used in compiling of libwebp; e.g. WEBP_USE_SSE41