diff options
author | Matías Locatti <[email protected]> | 2023-03-30 17:28:08 -0300 |
---|---|---|
committer | Matías Locatti <[email protected]> | 2023-03-30 18:47:26 -0300 |
commit | b000af00541dc879b4f7527d807131fd182be3b4 (patch) | |
tree | 1a1d98393f15c85b558263aebb090fc09d61963c /.ci/scripts/linux/docker.sh | |
parent | fbf0a9c9762bf2a7ea4a4da3ea8419e32e15beba (diff) | |
download | yuzu-android-b000af00541dc879b4f7527d807131fd182be3b4.tar.gz yuzu-android-b000af00541dc879b4f7527d807131fd182be3b4.zip |
Re-enable LTO for Linux
Using the tested method of only enabling it for core and video_core.
Clang is skipped, because Clang.
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 c8bc56c9a..7f6d2ad1b 100755 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh @@ -22,6 +22,7 @@ cmake .. \ -DUSE_DISCORD_PRESENCE=ON \ -DYUZU_ENABLE_COMPATIBILITY_REPORTING=${ENABLE_COMPATIBILITY_REPORTING:-"OFF"} \ -DYUZU_USE_BUNDLED_FFMPEG=ON \ + -DYUZU_ENABLE_LTO=ON \ -GNinja ninja |