summaryrefslogtreecommitdiff
path: root/build/winmake64
blob: a38b3ff9667cf20c66b717fe95ab8dd2d393a404 (plain) (blame)
1
2
3
4
5
6
7
#!/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