summarylogtreecommitdiffstats
path: root/mingw-cmake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mingw-cmake.sh')
-rw-r--r--mingw-cmake.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mingw-cmake.sh b/mingw-cmake.sh
index 3facf3be09da..5384650bbb8b 100644
--- a/mingw-cmake.sh
+++ b/mingw-cmake.sh
@@ -19,4 +19,5 @@ PATH=${mingw_prefix}/bin:$PATH cmake \
-DBUILD_SHARED_LIBS:BOOL=ON \
-DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw/toolchain-@TRIPLE@.cmake \
-DCMAKE_CROSSCOMPILING_EMULATOR=/usr/bin/@TRIPLE@-wine \
+ -DCMAKE_BUILD_TYPE=Release \
"$@"