vkmark: removed b_ndebug=true

This commit is contained in:
Tim Biermann 2021-01-23 19:12:20 +00:00
parent 5d12b43a2f
commit eee88a853f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3x89ZbU7MwinyuTTtx32ZUdyfmrJerLQd1ui0Jf63aB1QM/A4e/Wm1Abf50TBlggLOYdWkjNnDapBk0B9ZvJHwY=
SHA256 (Pkgfile) = dc670008120149fa41316aee5d98c00ea75c2db332f917ca546e1e4edd3f4d91
RWSagIOpLGJF3w1SLvoiqf+VbyKcJCCiIfp+Y2UZQPvecca9cgXKFAatVG3DCNAWb8RVN4cfjxtgZfWHt0oAIMjLdMSj/2YE3Qk=
SHA256 (Pkgfile) = ae8d96824ac23f9cc7b0edfe541dfbd10b9865d6495e0d74b42af854196cad5d
SHA256 (.footprint) = 1f1ea88f2b363f129d4141051c015df6ab23a10f9e173365540489ce281bf735
SHA256 (vkmark-20200521.tar.gz) = a8b4f5d86d8a6328528500fa9e13908e4a4c0df331084a08dab5515630efec02

View File

@ -12,8 +12,7 @@ source=(https://github.com/vkmark/vkmark/archive/$_commit/$name-$version.tar.gz)
build() {
meson setup $name-$_commit build \
--prefix=/usr \
--buildtype=plain \
-Db_ndebug=true
--buildtype=plain
meson compile -C build
DESTDIR=$PKG meson install -C build
}