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/wintests64 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build/wintests64 (limited to 'build/wintests64') 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 -- cgit v1.2.3-60-g2f50