From 1644bda7305ac2cd24d605da42602d0d63a14cc0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 13 Mar 2017 17:30:08 +0300 Subject: Split mingw build scripts. With flags and without flags. --- build/wintests | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'build/wintests') diff --git a/build/wintests b/build/wintests index 5312ade57..c9b194f5a 100755 --- a/build/wintests +++ b/build/wintests @@ -1,17 +1,4 @@ #!/bin/bash -source ./winvars.sh - -mkdir tmp -cd .. - -dir=`pwd` - -autoreconf -i -cd build/tmp - -../../configure \ ---host=${CROSS} \ ---enable-unittests - -make check -j8 2>../make2.log +export CXXFLAGS="-Wall -g1 -O5 -ffast-math -std=gnu++1z -funswitch-loops -funsafe-loop-optimizations -pipe" +./win_tests -- cgit v1.2.3-60-g2f50