winmake64 209 B

12345678
  1. #!/bin/bash
  2. export CROSS="x86_64-w64-mingw32.shared"
  3. export CXXFLAGS="-Wall -g1 -O5 -ffast-math -std=gnu++1z -funswitch-loops -funsafe-loop-optimizations -pipe"
  4. source ../tools/ci/flags/mingw6.sh
  5. ./win_make