chore: enable LTO in CI builds
This commit is contained in:
parent
744aab19e5
commit
b6c8a1c7b6
|
@ -67,6 +67,7 @@ rm -rf ffmpeg-build
|
|||
|
||||
meson setup \
|
||||
--buildtype release \
|
||||
-Db_lto=true \
|
||||
--strip \
|
||||
--prefix $ROOT_DIR/psxavenc-dist \
|
||||
--pkg-config-path $ROOT_DIR/ffmpeg-dist/lib/pkgconfig \
|
||||
|
|
Loading…
Reference in New Issue