mirror of https://github.com/WebAssembly/wasi-sdk
Use MSVC for the Windows toolchain instead of MinGW (#456)
* Use MSVC for the Windows toolchain instead of MinGW Explicitly use MSVC to avoid the runtime dependencies that the default toolchain CMake is using is bringing in. Closes #454 * Update .github/workflows/main.yml Co-authored-by: Andrew Brown <andrew.brown@intel.com> * Specify MinSizeRel in `build.sh` Looks like MSVC defaults to "Debug" instead of an empty string to so the default logic which works for other compilers isn't kicking in here. * Don't persist ccache stats across runs * Move zeroing --------- Co-authored-by: Andrew Brown <andrew.brown@intel.com>pull/458/head
parent
fef66e3d23
commit
6387b4f7e7
Loading…
Reference in new issue