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/winmake | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'build/winmake') diff --git a/build/winmake b/build/winmake index 353ed22a8..6080eebb9 100755 --- a/build/winmake +++ b/build/winmake @@ -1,18 +1,6 @@ #!/bin/bash -source ./winvars.sh +export CXXFLAGS="-Wall -g1 -O5 -ffast-math -std=gnu++1z -funswitch-loops -funsafe-loop-optimizations -pipe" source ./mingw5flags.sh -mkdir tmp -cd .. - -dir=`pwd` - - -autoreconf -i -cd build/tmp -../../configure \ ---host=${CROSS} \ ---enable-werror - -make -j9 2>../make2.log +./win_make -- cgit v1.2.3-60-g2f50