libcbor: disable sanitize by default
authorTianling Shen <redacted>
Mon, 14 Apr 2025 07:19:44 +0000 (15:19 +0800)
committerHannu Nyman <redacted>
Mon, 14 Apr 2025 11:41:18 +0000 (14:41 +0300)
commit1fc56e79d5269fc4ac9a34287be54fe761beecc8
treece6f652bc3bce5fe979187e5c6a52ae2b2589536
parent4803944c5a8e583bb21d643d004da96fbce7c89d
libcbor: disable sanitize by default

musl libc does not support this feature, and for glibc, additional
library libasan is required. Disable it explicitly to avoid build issue
when CONFIG_DEBUG is selected.

Signed-off-by: Tianling Shen <redacted>
libs/libcbor/Makefile
git clone https://git.99rst.org/PROJECT