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 \
|
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 \
|
||||||
|
|
Loading…
Reference in New Issue