ci,workflows: Enable crash dumps on MSVC builds

ci/windows: Enable crash dumps on MinGW builds
This commit is contained in:
lat9nq 2022-07-30 09:18:33 -04:00
parent c976613ab2
commit 45b343d1d0
3 changed files with 3 additions and 2 deletions

View file

@ -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 \