summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2024-03-20 14:37:03 +0100
committerLone_Wolf2024-03-20 14:37:03 +0100
commit530c2c18ae79caccf4859b686b862e44ec17c6a7 (patch)
tree3ad42feaa473a6d16954c2f06a8df6fd088c3a7f /PKGBUILD
parentf574ec08ff38643b7bbbbca594f301e253f1f500 (diff)
downloadaur-530c2c18ae79caccf4859b686b862e44ec17c6a7.tar.gz
added !debug to options=
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f020d2f250b4..29aa6effc9fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@
pkgbase=llvm-minimal-git
pkgname=(llvm-minimal-git llvm-libs-minimal-git clang-minimal-git clang-libs-minimal-git clang-opencl-headers-minimal-git)
-pkgver=19.0.0_r492934.a02b79f3fc76
+pkgver=19.0.0_r493341.fb5fd2d82f9b
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
@@ -26,13 +26,11 @@ makedepends=(git cmake libffi libedit ncurses libxml2
libxcrypt python python-setuptools)
source=("git+https://github.com/llvm/llvm-project.git"
)
-
md5sums=('SKIP')
sha512sums=('SKIP')
-
-options=('!lto')
-# explicitly disable lto to reduce number of build hangs / test failures and runtime issues
+# explicitly disable lto & debug to reduce number of build hangs , resources needed and runtime issues
+options=(!lto !debug )
# LIT by default uses all available cores. this can lead to heavy stress on systems making them unresponsive.
# It can also happen that the kernel oom killer interferes and kills important tasks.