diff options
| author | 2023-04-08 17:55:51 -0400 | |
|---|---|---|
| committer | 2023-04-08 17:55:51 -0400 | |
| commit | add4f82c33cccf37f6f3f04252713f73148c1c1b (patch) | |
| tree | 555b8fe0cf8c833a01e24eb2ed03717a041c11fe | |
| parent | Merge pull request #10022 from liamwhite/gcc-13 (diff) | |
| parent | Re-enable LTO for Linux (diff) | |
| download | yuzu-add4f82c33cccf37f6f3f04252713f73148c1c1b.tar.gz yuzu-add4f82c33cccf37f6f3f04252713f73148c1c1b.tar.xz yuzu-add4f82c33cccf37f6f3f04252713f73148c1c1b.zip | |
Merge pull request #10014 from goldenx86/linuxLTO
Re-enable LTO for GCC
| -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 c8bc56c9a..7f6d2ad1b 100755 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh | |||
| @@ -22,6 +22,7 @@ cmake .. \ | |||
| 22 | -DUSE_DISCORD_PRESENCE=ON \ | 22 | -DUSE_DISCORD_PRESENCE=ON \ |
| 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 | -GNinja | 26 | -GNinja |
| 26 | 27 | ||
| 27 | ninja | 28 | ninja |