kick
This commit is contained in:
parent
f58f39c520
commit
b1d6e07475
8
Makefile
8
Makefile
|
@ -47,10 +47,6 @@ ifeq ($(USE_OPT),)
|
|||
USE_OPT += -Werror=missing-field-initializers -Wno-error=sign-compare
|
||||
endif
|
||||
|
||||
ifeq ($(COVERAGE),yes)
|
||||
USE_OPT += -fprofile-arcs -ftest-coverage
|
||||
endif
|
||||
|
||||
# See explanation in main firmware Makefile for these three defines
|
||||
USE_OPT += -DEFI_UNIT_TEST=1 -DEFI_PROD_CODE=0 -DEFI_SIMULATOR=0
|
||||
|
||||
|
@ -182,10 +178,6 @@ ULIBDIR =
|
|||
# List all user libraries here
|
||||
ULIBS = -lm
|
||||
|
||||
ifeq ($(COVERAGE),yes)
|
||||
ULIBS += --coverage
|
||||
endif
|
||||
|
||||
ifeq ($(SANITIZE),yes)
|
||||
ULIBS += -fsanitize=address -fsanitize=undefined
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue