diff options
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 e5d83d4b9..4b0193565 100755 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh | |||
| @@ -23,6 +23,7 @@ cmake .. \ | |||
| 23 | -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ | 23 | -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ |
| 24 | -DYUZU_USE_BUNDLED_FFMPEG=ON \ | 24 | -DYUZU_USE_BUNDLED_FFMPEG=ON \ |
| 25 | -DYUZU_ENABLE_LTO=ON \ | 25 | -DYUZU_ENABLE_LTO=ON \ |
| 26 | -DYUZU_CRASH_DUMPS=ON \ | ||
| 26 | -GNinja | 27 | -GNinja |
| 27 | 28 | ||
| 28 | ninja | 29 | ninja |