From b6c8a1c7b682fad2635b1fd21a052ea66f90c482 Mon Sep 17 00:00:00 2001 From: Adrian Siekierka Date: Sun, 16 Feb 2025 16:29:34 +0100 Subject: [PATCH] chore: enable LTO in CI builds --- .github/scripts/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/build.sh b/.github/scripts/build.sh index b2e2ca9..65a1982 100755 --- a/.github/scripts/build.sh +++ b/.github/scripts/build.sh @@ -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 \