Enabled lto option

This commit is contained in:
Chewing_Bever 2022-10-17 13:42:22 +02:00
parent 73efa07860
commit 2173e1d78e
No known key found for this signature in database
GPG Key ID: B75D4F293C7052DB
3 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,7 @@ pkgbase = nheko-git
optdepends = qt-jdenticon
provides = nheko=0.10.2.r98.gac48c332
conflicts = nheko
options = lto
source = nheko-git::git+https://github.com/Nheko-Reborn/nheko.git#branch=master
md5sums = SKIP

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*
!.gitignore
!PKGBUILD
!.SRCINFO

View File

@ -19,6 +19,8 @@ conflicts=("nheko")
source=($pkgname::git+https://github.com/Nheko-Reborn/nheko.git#branch=master)
md5sums=("SKIP")
options=(lto)
prepare() {
cd "$pkgname"
}