summaryrefslogblamecommitdiff
path: root/build/winmake64
blob: 5f39d97506ddbaa64f7cf14ccb819eeddddd43b6 (plain) (tree)
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 ./mingw5flags.sh

./win_make