aboutsummaryrefslogtreecommitdiffhomepage
path: root/.ci/scripts/clang/docker.sh
diff options
context:
space:
mode:
authorLiam <[email protected]>2023-10-04 13:11:05 -0400
committerLiam <[email protected]>2023-10-08 11:35:53 -0400
commitd3997bad9b84579938d8cdb44b1d17cfab7bbcce (patch)
tree4a9128e8ba93d3963ce37b65efd2a940776cae3c /.ci/scripts/clang/docker.sh
parent7a0da729b45ae2794e84af6808c50cb714d17fc5 (diff)
downloadyuzu-android-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.tar.gz
yuzu-android-d3997bad9b84579938d8cdb44b1d17cfab7bbcce.zip
qt: implement automatic crash dump support
Diffstat (limited to '.ci/scripts/clang/docker.sh')
-rwxr-xr-x.ci/scripts/clang/docker.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.ci/scripts/clang/docker.sh b/.ci/scripts/clang/docker.sh
index 51769545e..f878e24e1 100755
--- a/.ci/scripts/clang/docker.sh
+++ b/.ci/scripts/clang/docker.sh
@@ -19,6 +19,7 @@ cmake .. \
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
-DENABLE_QT_TRANSLATION=ON \
-DUSE_DISCORD_PRESENCE=ON \
+ -DYUZU_CRASH_DUMPS=ON \
-DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \
-DYUZU_USE_BUNDLED_FFMPEG=ON \
-GNinja