Skip to content

Commit ef835be

Browse files
committed
Compile without assertions.
I was hoping that this would get rid of some undefined syscall references, which it doesn't, but it still reduces the binary size by 180K, so is probably worth it.
1 parent 1889dad commit ef835be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ UINCDIR = $(MICROPY_EMBED_DIR) $(MICROPY_EMBED_DIR)/port $(MICROPY_EMBED_DIR)/li
3535
UASRC =
3636

3737
# List all user C define here, like -D_DEBUG=1
38-
UDEFS =
38+
UDEFS = -DNDEBUG
3939

4040
# Define ASM defines here
4141
UADEFS =

0 commit comments

Comments
 (0)