diff options
| author | lat9nq <lat9nq@gmail.com> | 2022-07-30 09:18:33 -0400 |
|---|---|---|
| committer | lat9nq <lat9nq@gmail.com> | 2022-09-04 21:36:34 -0400 |
| commit | 45b343d1d09f30193a1da52924ee83a834356fae (patch) | |
| tree | 3697d5cf9bb4c215c2d5dc9555dbd9d06df5d7ce /.ci/scripts | |
| parent | c976613ab25130e8fc8b6c0de03cf380eb46c64e (diff) | |
ci,workflows: Enable crash dumps on MSVC builds
ci/windows: Enable crash dumps on MinGW builds
Diffstat (limited to '.ci/scripts')
| -rwxr-xr-x | .ci/scripts/windows/docker.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/scripts/windows/docker.sh b/.ci/scripts/windows/docker.sh index 790ba8218..6f522feed 100755 --- a/.ci/scripts/windows/docker.sh +++ b/.ci/scripts/windows/docker.sh @@ -21,6 +21,7 @@ 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 \ |
