Closed XhmikosR closed 4 years ago
x64 builds don't need /arch:SSE2 specified
/arch:SSE2
Noticed it on https://github.com/kornelski/pngquant/issues/312#issuecomment-568888500
I only tested x64 builds, and I'm not familiar with rust syntax so let me know if this doesn't do the job.
Noticed it on pngquant msvc branch. Any reason why you don't use the master branch and merge the msvc changes there @kornelski ?
The flag may not be needed, but USE_SSE is.
USE_SSE
Visual Studio has poor C support, and I don't want VS hacks in the codebase.
But the /arch:SSSE2 is MSVC specific compiler option.
/arch:SSSE2
x64 builds don't need
/arch:SSE2
specifiedNoticed it on https://github.com/kornelski/pngquant/issues/312#issuecomment-568888500
I only tested x64 builds, and I'm not familiar with rust syntax so let me know if this doesn't do the job.
Noticed it on pngquant msvc branch. Any reason why you don't use the master branch and merge the msvc changes there @kornelski ?