chore: enable LTO in CI builds

This commit is contained in:
Adrian Siekierka 2025-02-16 16:29:34 +01:00
parent 744aab19e5
commit b6c8a1c7b6
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ rm -rf ffmpeg-build
meson setup \ meson setup \
--buildtype release \ --buildtype release \
-Db_lto=true \
--strip \ --strip \
--prefix $ROOT_DIR/psxavenc-dist \ --prefix $ROOT_DIR/psxavenc-dist \
--pkg-config-path $ROOT_DIR/ffmpeg-dist/lib/pkgconfig \ --pkg-config-path $ROOT_DIR/ffmpeg-dist/lib/pkgconfig \