blob: 5f39d97506ddbaa64f7cf14ccb819eeddddd43b6 (
plain) (
tree)
|
|
#!/bin/bash
export CROSS="x86_64-w64-mingw32.shared"
export CXXFLAGS="-Wall -g1 -O5 -ffast-math -std=gnu++1z -funswitch-loops -funsafe-loop-optimizations -pipe"
source ./mingw5flags.sh
./win_make
|