diff options
Diffstat (limited to 'build/wintests64')
-rwxr-xr-x | build/wintests64 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/wintests64 b/build/wintests64 new file mode 100755 index 000000000..06e4f5cff --- /dev/null +++ b/build/wintests64 @@ -0,0 +1,5 @@ +#!/bin/bash + +export CROSS="x86_64-w64-mingw32.shared" +export CXXFLAGS="-Wall -g1 -O5 -ffast-math -std=gnu++1z -funswitch-loops -funsafe-loop-optimizations -pipe" +./win_tests |