Date: Thursday, September 29, 2022 @ 19:39:23
  Author: foutrelis
Revision: 456996

upgpkg: clang13 13.0.1-4: build w/ ENABLE_LINKER_BUILD_ID=ON

The build ID is used by debuginfod as a lookup key. Debian and Fedora,
and also our GCC package, enable this as well.

Modified:
  clang13/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 19:22:36 UTC (rev 456995)
+++ PKGBUILD    2022-09-29 19:39:23 UTC (rev 456996)
@@ -3,7 +3,7 @@
 
 pkgname=clang13
 pkgver=13.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="C language family frontend for LLVM 13"
 arch=('x86_64')
 url="https://clang.llvm.org/";
@@ -70,6 +70,7 @@
     -DCMAKE_INSTALL_PREFIX=/usr/lib/llvm13
     -DCMAKE_SKIP_RPATH=ON
     -DCLANG_LINK_CLANG_DYLIB=ON
+    -DENABLE_LINKER_BUILD_ID=ON
     -DLLVM_BUILD_TESTS=ON
     -DLLVM_CONFIG=/usr/lib/llvm13/bin/llvm-config
     -DLLVM_ENABLE_RTTI=ON

Reply via email to