summaryrefslogtreecommitdiff
path: root/build/winmake
blob: f52e57e2ba27064ec866857ba0dc42d29e0ec561 (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash

export CROSS="i686-w64-mingw32.shared"
export CXXFLAGS="-Wall -g1 -O5 -ffast-math -std=gnu++1z -funswitch-loops -funsafe-loop-optimizations -pipe"
source ../tools/ci/flags/mingw6.sh

./win_make