diff options
author | Tim Biermann <tbier@posteo.de> | 2021-01-23 18:23:19 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-01-23 18:23:19 +0000 |
commit | 7d1777c65f24955ce1bf9f3a9e9de9d515f3331f (patch) | |
tree | 1351b306ca749debde76cfe6c14d491463574172 /libgusb | |
parent | 5c8ab970b4c41aba49bf5410248a7bb9c21cde2b (diff) | |
download | contrib-7d1777c65f24955ce1bf9f3a9e9de9d515f3331f.tar.gz contrib-7d1777c65f24955ce1bf9f3a9e9de9d515f3331f.tar.xz |
libgusb: removed b_ndebug=true
Diffstat (limited to 'libgusb')
-rw-r--r-- | libgusb/.signature | 4 | ||||
-rw-r--r-- | libgusb/Pkgfile | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/libgusb/.signature b/libgusb/.signature index 258d0ad96..934740692 100644 --- a/libgusb/.signature +++ b/libgusb/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3x0LL61gZKxjx7fKhpGS5SHZppGQoqKCqkYbQEwKvujBfNl+QBtUqKPJjtZ6U8FSmsNTNP8Cy/qBYqG72aeRyQ0= -SHA256 (Pkgfile) = 4f88036a99ed0d6aff15d91daa4241f4c5ee95d645f436d3315e69a34e225561 +RWSagIOpLGJF3z7BBInvOgAofsXvqUjxlEnRl9dZdoYLoRmfj2nA+A6F2AUIv46IWsxqG03Q5w7TCRmo+sHSWircrtk3hIq6mAg= +SHA256 (Pkgfile) = d3f3ccdfaf9b606cf00178b228b384ec0b2160cb81c391ed24c1d3ddbae00c2a SHA256 (.footprint) = f853fd1c3565ab50a6eefaa7d7ad0493e466ef12a3f87900648593dcba38d795 SHA256 (libgusb-0.3.5.tar.gz) = 188c7964422417d39b02a5c645e136b1389c80e38e7abfa911fc196b9c748f45 diff --git a/libgusb/Pkgfile b/libgusb/Pkgfile index 1ce4cc9c8..a0e0786cc 100644 --- a/libgusb/Pkgfile +++ b/libgusb/Pkgfile @@ -12,7 +12,6 @@ build() { meson setup $name-$version build \ --prefix=/usr \ --buildtype=plain \ - -D b_ndebug=true \ -D vapi=false \ -D tests=false \ -D docs=false |