PJK / libcbor

CBOR protocol implementation for C
MIT License
341 stars 95 forks source link

Fix CBOR_ASSERT test behavior in release builds, add release CI, minor release mode imrovements #257

Closed PJK closed 1 year ago

PJK commented 1 year ago

Small bug introduced in https://github.com/PJK/libcbor/pull/254 -- tests wouldn't compile in release mode since _cbor_enable_assert is no defined.