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