diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-08-01 03:24:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-08-01 03:52:06 +0300 |
commit | 547fb04145d2ab1e5c68a47b1e673aa352d41da6 (patch) | |
tree | 6a9273615b7cf96da6fa3e59337585fd79e7d0cf /build/winmake | |
parent | 3641f656462c27eb34f9aba94bf943c083e054ee (diff) | |
download | plus-547fb04145d2ab1e5c68a47b1e673aa352d41da6.tar.gz plus-547fb04145d2ab1e5c68a47b1e673aa352d41da6.tar.bz2 plus-547fb04145d2ab1e5c68a47b1e673aa352d41da6.tar.xz plus-547fb04145d2ab1e5c68a47b1e673aa352d41da6.zip |
Use mxe with gcc-6 for mxe builds.
Diffstat (limited to 'build/winmake')
-rwxr-xr-x | build/winmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/winmake b/build/winmake index 9b36957a1..f52e57e2b 100755 --- a/build/winmake +++ b/build/winmake @@ -2,6 +2,6 @@ export CROSS="i686-w64-mingw32.shared" export CXXFLAGS="-Wall -g1 -O5 -ffast-math -std=gnu++1z -funswitch-loops -funsafe-loop-optimizations -pipe" -source ./mingw5flags.sh +source ../tools/ci/flags/mingw6.sh ./win_make |