Fix spresence by disabling asserts

This commit is contained in:
Scott Shawcroft 2023-10-13 12:57:38 -07:00
parent 9c9819d021
commit db4253e268
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ CFLAGS += \
$(INC) \
-DCONFIG_WCHAR_BUILTIN \
-DCONFIG_HAVE_DOUBLE \
-DNDEBUG \
-Dmain=spresense_main \
-D_estack=__stack \
-DCIRCUITPY_BOARD_ID="\"$(BOARD)\"" \