blob: a38b3ff9667cf20c66b717fe95ab8dd2d393a404 (
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 ../tools/ci/flags/mingw6.sh
./win_make
|