GHActions: Switch linux release pipeline to full lto

Missed that last time
This commit is contained in:
TellowKrinkle 2022-12-03 14:16:31 -06:00 committed by TellowKrinkle
parent d47c9b0773
commit a8382ceb50
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
with:
jobName: "wxWidgets"
compiler: gcc
cmakeflags: "-DLTO_PCSX2_CORE=ON"
cmakeflags: "-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON"
buildAppImage: true
secrets: inherit