summaryrefslogtreecommitdiff
path: root/build/winmake
diff options
context:
space:
mode:
Diffstat (limited to 'build/winmake')
-rwxr-xr-xbuild/winmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/winmake b/build/winmake
index 6080eebb9..9b36957a1 100755
--- a/build/winmake
+++ b/build/winmake
@@ -1,5 +1,6 @@
#!/bin/bash
+export CROSS="i686-w64-mingw32.shared"
export CXXFLAGS="-Wall -g1 -O5 -ffast-math -std=gnu++1z -funswitch-loops -funsafe-loop-optimizations -pipe"
source ./mingw5flags.sh