From db4253e268b1eebb118d853f9a207825e78091a3 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Fri, 13 Oct 2023 12:57:38 -0700 Subject: [PATCH] Fix spresence by disabling asserts --- ports/cxd56/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/cxd56/Makefile b/ports/cxd56/Makefile index 238edb96e4..c6203350d1 100644 --- a/ports/cxd56/Makefile +++ b/ports/cxd56/Makefile @@ -72,6 +72,7 @@ CFLAGS += \ $(INC) \ -DCONFIG_WCHAR_BUILTIN \ -DCONFIG_HAVE_DOUBLE \ + -DNDEBUG \ -Dmain=spresense_main \ -D_estack=__stack \ -DCIRCUITPY_BOARD_ID="\"$(BOARD)\"" \