summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2022-07-12 23:34:48 +0800
committerJingbei Li2022-07-12 23:34:48 +0800
commit995f202165b469d1494c8468366375a45febaa0c (patch)
treecb085c45475ecdc6f6353005aba2921f30a4b517
parentc3e79d50db662ef42db4a070a5314f49262be938 (diff)
downloadaur-995f202165b469d1494c8468366375a45febaa0c.tar.gz
disable lto for python-dlib-cuda
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7cb20d241d8b..b3199decdcd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,6 +21,7 @@ optdepends=('sqlite')
makedepends=(${optdepends[@]} 'cmake' 'boost' 'python-setuptools')
source=("$url/files/${_pkgname}-${pkgver}.tar.bz2")
sha256sums=('28fdd1490c4d0bb73bd65dad64782dd55c23ea00647f5654d2227b7d30b784c4')
+##options=(!lto)
prepare() {
cd "$srcdir/"