diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2023-10-26 12:03:32 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2023-10-26 12:03:32 +0000 |
commit | 9befdca588461ebf76e593acd7749a74ff8d19f4 (patch) | |
tree | cfb7c00cd9bc314614f6a7f1f89b2dd1686eabd3 /.ci/scripts/linux/docker.sh | |
parent | 595eb953d8615084e9bd3dc5526af584c0f007db (diff) |
"Merge Tagged PR 11689"mainline-0-1601
Diffstat (limited to '.ci/scripts/linux/docker.sh')
-rwxr-xr-x | .ci/scripts/linux/docker.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh index a16577b27c..7bba01d62a 100755 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh @@ -23,6 +23,7 @@ cmake .. \ -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ -DYUZU_USE_BUNDLED_FFMPEG=ON \ -DYUZU_ENABLE_LTO=ON \ + -DYUZU_CRASH_DUMPS=ON \ -GNinja ninja |