Skip to content

Commit

Permalink
Turning off (in ad-hoc manner) the debug output for ARM SAM boards.
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Nov 3, 2020
1 parent ba724cd commit 71b0ea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aux-makefiles/Idris2.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ OTHER_OBJS += $(RTS_OBJS)

include $(ARDUINO_MAKEFILE_PATH)

ifdef BOSSA_OPTS
BOSSA_OPTS != sed "s/-d //" <<< "$(BOSSA_OPTS)"
endif

build/exec/%.c: %.idr
rm -f "$@"
CC=true idris2 --codegen refc "$<" <<< ":compile $(basename $(notdir "$@")) main"
Expand Down

0 comments on commit 71b0ea4

Please sign in to comment.