diff options
author | Liam <byteslice@airmail.cc> | 2023-10-04 13:11:05 -0400 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-10-08 11:35:53 -0400 |
commit | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch) | |
tree | 4a9128e8ba93d3963ce37b65efd2a940776cae3c /.ci/scripts/windows | |
parent | 7a0da729b45ae2794e84af6808c50cb714d17fc5 (diff) |
qt: implement automatic crash dump support
Diffstat (limited to '.ci/scripts/windows')
-rwxr-xr-x | .ci/scripts/windows/docker.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index 45f75c874..44023600d 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh @@ -17,7 +17,6 @@ cmake .. \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \ -DENABLE_QT_TRANSLATION=ON \ -DUSE_CCACHE=ON \ - -DYUZU_CRASH_DUMPS=ON \ -DYUZU_USE_BUNDLED_SDL2=OFF \ -DYUZU_USE_EXTERNAL_SDL2=OFF \ -DYUZU_TESTS=OFF \ |