valgrind: don't strip

fixes #48427
closes #48448
This commit is contained in:
classabbyamp 2024-02-14 22:50:57 -05:00
parent 2d866a2ad5
commit b7cb0fe1b3
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'valgrind'
pkgname=valgrind
version=3.22.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-tls --without-mpicc --enable-lto=yes"
hostmakedepends="automake perl pkg-config"
@ -14,6 +14,8 @@ homepage="http://valgrind.org/"
changelog="https://valgrind.org/docs/manual/dist.news.html"
distfiles="https://sourceware.org/pub/valgrind/valgrind-${version}.tar.bz2"
checksum=c811db5add2c5f729944caf47c4e7a65dcaabb9461e472b578765dd7bf6d2d4c
# https://valgrind.org/docs/manual/dist.readme-packagers.html
nostrip=yes
CFLAGS="-fno-stack-protector"
CXXFLAGS="-fno-stack-protector"