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