From a8382ceb5073e41e9d1958dcd3b8721d5510be29 Mon Sep 17 00:00:00 2001 From: TellowKrinkle Date: Sat, 3 Dec 2022 14:16:31 -0600 Subject: [PATCH] GHActions: Switch linux release pipeline to full lto Missed that last time --- .github/workflows/release_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_pipeline.yml b/.github/workflows/release_pipeline.yml index 6ece4f6c59..bbbb844337 100644 --- a/.github/workflows/release_pipeline.yml +++ b/.github/workflows/release_pipeline.yml @@ -15,7 +15,7 @@ jobs: with: jobName: "wxWidgets" compiler: gcc - cmakeflags: "-DLTO_PCSX2_CORE=ON" + cmakeflags: "-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON" buildAppImage: true secrets: inherit