Skip to content

Commit

Permalink
fix: disable DEBUG in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
keiff3r committed Nov 14, 2024
1 parent 0ec4af6 commit 7677568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ DEFINES += IO_SEPROXYHAL_BUFFER_SIZE_B=300
# DEFINES += HAVE_PRINT_STACK_POINTER

# 0 for production, 1 for debug
DEBUG = 1
DEBUG = 0
ifeq ($(DEBUG),10)
$(warning Using semihosted PRINTF. Only run with speculos!)
DEFINES += HAVE_PRINTF HAVE_SEMIHOSTED_PRINTF PRINTF=semihosted_printf
Expand Down

0 comments on commit 7677568

Please sign in to comment.