mm-common: removed b_ndebug=true

This commit is contained in:
Tim Biermann 2021-01-23 18:17:56 +00:00
parent 07a8f74f80
commit d4549d3ab3
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
RWSagIOpLGJF310DZ4adgu6FtrSw6AS/zWZPioQE+nngeBtATZ96eeHkFeYkwj8TvK4m/mi3WLBmI5x6GMhdc3qwVKwupYqDow8=
SHA256 (Pkgfile) = d05fe5baa82b82cc8df01792a7d637014a0c0b3a17b7856adebbfddb686fec4f
RWSagIOpLGJF34NRIpW8tYzDB8ViNoSc8fLOPL5PHcUqHOYJG31vkMX5yFuyEsBNJ2ypoN9dIAFHvkXRipF8zfhRzrSiIpIGRQE=
SHA256 (Pkgfile) = 138356579c67cfbb9856725003c4b92cf5751f99b6197a64bae459df2ed3d4a7
SHA256 (.footprint) = 5cda477a6582d4894205666c99754adaf02bd32582e25c60f12a08d66ced8a4d
SHA256 (mm-common-1.0.2.tar.xz) = a2a99f3fa943cf662f189163ed39a2cfc19a428d906dd4f92b387d3659d1641d

View File

@ -11,8 +11,7 @@ source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.ta
build() {
meson setup $name-$version build \
--prefix=/usr \
--buildtype=plain \
-Db_ndebug=true
--buildtype=plain
meson compile -C build -j ${JOBS-1}
DESTDIR=$PKG meson install -C build