File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ strategy:
3333 VM_IMAGE : ' ubuntu-20.04'
3434 APT_PACKAGES : ninja-build g++-i686-linux-gnu
3535 CXX_COMPILER : i686-linux-gnu-g++
36+ COMPILER_FLAGS : -mfpmath=sse -msse
3637 Linux arm64 GCC :
3738 VM_IMAGE : ' ubuntu-20.04'
3839 APT_PACKAGES : ninja-build g++-aarch64-linux-gnu qemu-user
@@ -64,6 +65,7 @@ strategy:
6465 APT_PACKAGES : ninja-build g++-mingw-w64-i686 mingw-w64-i686-dev gcc-mingw-w64-i686-posix-runtime wine wine32
6566 SETUP_COMMANDS : sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
6667 TOOLCHAIN_FILE : cmake/cross-toolchain-mingw32.cmake
68+ COMPILER_FLAGS : -mfpmath=sse -msse
6769 CRUNCH_EXE_RUNNER : wine
6870 CRUNCH_EXTENSION : .exe
6971 RUNTIME_FILES : /usr/lib/gcc/i686-w64-mingw32/10-posix/libgcc_s_dw2-1.dll /usr/lib/gcc/i686-w64-mingw32/10-posix/libstdc++-6.dll /usr/i686-w64-mingw32/lib/libwinpthread-1.dll
You can’t perform that action at this time.
0 commit comments