summaryrefslogtreecommitdiff
path: root/build/winmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/winmake')
-rwxr-xr-xbuild/winmake16
1 files changed, 2 insertions, 14 deletions
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