Browse Source
Merge pull request #10014 from goldenx86/linuxLTO
Re-enable LTO for GCC
pull/15/merge
liamwhite
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.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 |
|
|
|
|