Date: Wednesday, January 18, 2023 @ 21:38:17
  Author: tpkessler
Revision: 1386951

upgpkg: rocm-llvm 5.4.2-2: Disable debug package

Modified:
  rocm-llvm/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-18 21:24:06 UTC (rev 1386950)
+++ PKGBUILD    2023-01-18 21:38:17 UTC (rev 1386951)
@@ -4,7 +4,7 @@
 pkgname=rocm-llvm
 pkgdesc='Radeon Open Compute - LLVM toolchain (llvm, clang, lld)'
 pkgver=5.4.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 
url='https://docs.amd.com/bundle/ROCm-Compiler-Reference-Guide-v5.4/page/Introduction_to_Compiler_Reference_Guide.html'
 license=('custom:Apache 2.0 with LLVM Exception')
@@ -12,7 +12,7 @@
 _git='https://github.com/RadeonOpenCompute/llvm-project'
 source=("${pkgname}-${pkgver}.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
 sha256sums=('9f0d0429c342715de2f9215c6998440945cb510a566ba3ebda7d14b34f2daccc')
-options=(staticlibs !lto)
+options=(staticlibs !lto !debug)
 _dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"
 
 build() {

Reply via email to