Enabled lto option
parent
73efa07860
commit
2173e1d78e
1
.SRCINFO
1
.SRCINFO
|
@ -39,6 +39,7 @@ pkgbase = nheko-git
|
||||||
optdepends = qt-jdenticon
|
optdepends = qt-jdenticon
|
||||||
provides = nheko=0.10.2.r98.gac48c332
|
provides = nheko=0.10.2.r98.gac48c332
|
||||||
conflicts = nheko
|
conflicts = nheko
|
||||||
|
options = lto
|
||||||
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
|
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
|
||||||
md5sums = SKIP
|
md5sums = SKIP
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
*
|
||||||
|
|
||||||
|
!.gitignore
|
||||||
|
!PKGBUILD
|
||||||
|
!.SRCINFO
|
2
PKGBUILD
2
PKGBUILD
|
@ -19,6 +19,8 @@ conflicts=("nheko")
|
||||||
source=($pkgname::git+https://github.com/Nheko-Reborn/nheko.git#branch=master)
|
source=($pkgname::git+https://github.com/Nheko-Reborn/nheko.git#branch=master)
|
||||||
md5sums=("SKIP")
|
md5sums=("SKIP")
|
||||||
|
|
||||||
|
options=(lto)
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$pkgname"
|
cd "$pkgname"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue