Date: Monday, December 12, 2022 @ 10:51:01 Author: alucryd Revision: 1358833
upgpkg: pcsx2 1.7.3700-1 Modified: pcsx2/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-12 10:49:43 UTC (rev 1358832) +++ PKGBUILD 2022-12-12 10:51:01 UTC (rev 1358833) @@ -3,8 +3,8 @@ # Contributor: vEX <[email protected]> pkgname=pcsx2 -pkgver=1.7.3546 -pkgrel=2 +pkgver=1.7.3700 +pkgrel=1 pkgdesc='A Sony PlayStation 2 emulator' arch=(x86_64) url=https://www.pcsx2.net @@ -50,7 +50,8 @@ zstd ) optdepends=('qt6-wayland: Wayland support') -_tag=4975f7f0989015330087a0ff6073d4bfa133a5a0 +_tag=5c952fbbd6193eb51141b7647e7f3233182bedaa +options=(!lto) source=( git+https://github.com/PCSX2/pcsx2.git#tag=${_tag} git+https://github.com/biojppm/c4core.git @@ -107,12 +108,10 @@ } build() { - CFLAGS+=" -flto=$(nproc)" - CXXFLAGS+=" -flto=$(nproc)" cmake -S pcsx2 -B build -G Ninja \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \ + -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=OFF \ -DDISABLE_ADVANCE_SIMD=ON \ -DDISABLE_BUILD_DATE=ON \ -DDISABLE_PCSX2_WRAPPER=ON \
