From 6045a08795de838f8f05ed86b8579288c4d8cbaf Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Mar 2017 17:09:09 +0300 Subject: Add build scripts for windows 64 with mingw. --- build/winmake64 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build/winmake64 (limited to 'build/winmake64') 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 -- cgit v1.2.3-60-g2f50