Merge pull request #11689 from liamwhite/breakpad

qt: implement automatic crash dump support
This commit is contained in:
liamwhite 2023-10-29 23:41:13 -04:00 committed by GitHub
commit eec3d356b6
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 223 additions and 282 deletions

View file

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