From 2173e1d78e6e83860b4c4ee72af151a7fe85cc9f Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Mon, 17 Oct 2022 13:42:22 +0200 Subject: [PATCH] Enabled lto option --- .SRCINFO | 1 + .gitignore | 5 +++++ PKGBUILD | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.SRCINFO b/.SRCINFO index 8a06b39..f3f4315 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6a9b95 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +* + +!.gitignore +!PKGBUILD +!.SRCINFO diff --git a/PKGBUILD b/PKGBUILD index 1a38c6e..d8b794d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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" }