summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2022-06-12 17:42:54 +0300
committerStelios Tsampas2022-06-12 17:42:54 +0300
commit5da3f458dca8745aead0b6da0324f31a07ab65c4 (patch)
tree1ff5d1d97aa6f7117b6020ed7c9c274c9d4e5ab0 /PKGBUILD
parentcec134a96cd945d9e06db42bb953752f9f6ed537 (diff)
downloadaur-pcsxr-pgxp-git.tar.gz
update url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20d59de95051..92a372b7cd1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.9.94.r1731.62467b86
pkgrel=2
pkgdesc='A Sony PlayStation (PSX) emulator based on the PCSX-df Project with Parallel/Precision Geometry Transform Pipeline'
arch=('x86_64')
-url='http://ngemu.com/threads/pcsxr-pgxp.186369/'
+url='https://ngemu.com/threads/pcsxr-pgxp.186369/'
license=('GPL')
depends=('ffmpeg' 'gtk3' 'libarchive' 'libcdio' 'libxv')
makedepends=('cmake' 'git' 'intltool' 'mesa' 'clang')
@@ -35,8 +35,8 @@ prepare() {
build() {
cd "${pkgname/%-git/}"/build
- export CC="clang"
- export CXX="clang++"
+ export CC="clang -flto"
+ export CXX="clang++ -flto"
cmake .. \
-DCMAKE_BUILD_TYPE='Release' \
-DCMAKE_INSTALL_PREFIX='/usr' \