Merge pull request #10014 from goldenx86/linuxLTO

Re-enable LTO for GCC
This commit is contained in:
liamwhite 2023-04-08 17:55:51 -04:00 committed by GitHub
commit add4f82c33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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