mirror of https://github.com/PCSX2/pcsx2.git
GHActions: Switch linux release pipeline to full lto
Missed that last time
This commit is contained in:
parent
d47c9b0773
commit
a8382ceb50
|
@ -15,7 +15,7 @@ jobs:
|
|||
with:
|
||||
jobName: "wxWidgets"
|
||||
compiler: gcc
|
||||
cmakeflags: "-DLTO_PCSX2_CORE=ON"
|
||||
cmakeflags: "-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON"
|
||||
buildAppImage: true
|
||||
secrets: inherit
|
||||
|
||||
|
|
Loading…
Reference in New Issue