summaryrefslogtreecommitdiff
path: root/build/winmake64
diff options
context:
space:
mode:
Diffstat (limited to 'build/winmake64')
-rwxr-xr-xbuild/winmake647
1 files changed, 7 insertions, 0 deletions
diff --git a/build/winmake64 b/build/winmake64
new file mode 100755
index 000000000..5f39d9750
--- /dev/null
+++ b/build/winmake64
@@ -0,0 +1,7 @@
+#!/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"
+source ./mingw5flags.sh
+
+./win_make