Disable LTO in libretro PlayStation 3 builds

This commit is contained in:
刘皓 2025-02-22 17:13:51 -05:00
parent 9ed11ecffa
commit e803057d2c
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -904,7 +904,7 @@ jobs:
echo "endian = 'big'" | tee -a ~/cross.ini
echo '--------------------------------------------------------------------------------'
git config --global --add safe.directory "$(pwd)"
CLICOLOR_FORCE=1 meson setup build --cross-file ~/cross.ini --buildtype release -Db_lto=true -Dlibretro=true
CLICOLOR_FORCE=1 meson setup build --cross-file ~/cross.ini --buildtype release -Db_lto=false -Dlibretro=true
- name: Build core
run: |