blob: 9b36957a177e29fdd8d393f0bcb9f326fef6b10b (
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 ./mingw5flags.sh
./win_make
|