summaryrefslogtreecommitdiff
path: root/.ci/scripts/windows/docker.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/scripts/windows/docker.sh')
-rwxr-xr-x.ci/scripts/windows/docker.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh
index 790ba8218..0be3613aa 100755
--- a/.ci/scripts/windows/docker.sh
+++ b/.ci/scripts/windows/docker.sh
@@ -10,17 +10,14 @@ set -e
10ccache -sv 10ccache -sv
11 11
12mkdir -p build && cd build 12mkdir -p build && cd build
13export LDFLAGS="-fuse-ld=lld"
14# -femulated-tls required due to an incompatibility between GCC and Clang
15# TODO(lat9nq): If this is widespread, we probably need to add this to CMakeLists where appropriate
16export CXXFLAGS="-femulated-tls"
17cmake .. \ 13cmake .. \
18 -DCMAKE_BUILD_TYPE=Release \ 14 -DCMAKE_BUILD_TYPE=Release \
19 -DCMAKE_TOOLCHAIN_FILE="${PWD}/../CMakeModules/MinGWClangCross.cmake" \ 15 -DCMAKE_TOOLCHAIN_FILE="${PWD}/../CMakeModules/MinGWCross.cmake" \
20 -DDISPLAY_VERSION="$1" \ 16 -DDISPLAY_VERSION="$1" \
21 -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ 17 -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
22 -DENABLE_QT_TRANSLATION=ON \ 18 -DENABLE_QT_TRANSLATION=ON \
23 -DUSE_CCACHE=ON \ 19 -DUSE_CCACHE=ON \
20 -DYUZU_CRASH_DUMPS=ON \
24 -DYUZU_USE_BUNDLED_SDL2=OFF \ 21 -DYUZU_USE_BUNDLED_SDL2=OFF \
25 -DYUZU_USE_EXTERNAL_SDL2=OFF \ 22 -DYUZU_USE_EXTERNAL_SDL2=OFF \
26 -DYUZU_TESTS=OFF \ 23 -DYUZU_TESTS=OFF \