[arch-commits] Commit in rust/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu May 6 21:14:09 UTC 2021
Date: Thursday, May 6, 2021 @ 21:14:08
Author: heftig
Revision: 414529
Enable sanitizers
Modified:
rust/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-06 21:14:07 UTC (rev 414528)
+++ PKGBUILD 2021-05-06 21:14:08 UTC (rev 414529)
@@ -17,7 +17,7 @@
license=('MIT' 'Apache')
makedepends=('rust' "llvm=$_llvm_ver" 'libffi' 'lib32-gcc-libs' 'perl' 'python'
- 'curl' 'cmake' 'musl')
+ 'curl' 'cmake' 'musl' 'ninja')
checkdepends=('procps-ng' 'gdb')
options=('!emptydirs' '!strip')
@@ -62,7 +62,7 @@
rustc = "/usr/bin/rustc"
python = "/usr/bin/python"
extended = true
-sanitizers = false
+sanitizers = true
profiler = true
vendor = true
More information about the arch-commits
mailing list