.github: Add fuzzer builder

This commit is contained in:
Nathaniel Brough
2022-11-10 02:40:13 +00:00
committed by hathach
parent 92b5f2d2e8
commit 9cc93e6d41
2 changed files with 34 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ LIBS_GCC ?= -lm
LIBS += $(LIBS_GCC)
ifneq ($(BOARD), spresense)
LIBS += -lc -Wl,-Bstatic -lc++ -lc++abi -Wl,-Bdynamic
LIBS += -lc -Wl,-Bstatic -lc++ -Wl,-Bdynamic
endif
# TinyUSB Stack source