blob: f52e57e2ba27064ec866857ba0dc42d29e0ec561 (
plain) (
tree)
|
|
#!/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
|