x86_64-w64-mingw32-g++: error: libsanitizer.spec: No such file or directory #3221

This commit is contained in:
Andrey 2021-09-05 07:15:33 -04:00
parent c72bd07179
commit a5e17ba0d6
1 changed files with 4 additions and 2 deletions

View File

@ -28,7 +28,8 @@ endif
#USE_OPT += -Wno-error=format= -Wno-error=register -Wno-error=write-strings
# See explanation in main firmware Makefile for these three defines
USE_OPT += -DEFI_UNIT_TEST=1 -DEFI_PROD_CODE=0 -DEFI_SIMULATOR=0 -fsanitize=address
USE_OPT += -DEFI_UNIT_TEST=1 -DEFI_PROD_CODE=0 -DEFI_SIMULATOR=0
#todo #3221 -fsanitize=address
# Pretend we are all different hardware so that all canned engine configs are included
USE_OPT += -DHW_MICRO_RUSEFI=1 -DHW_PROTEUS=1 -DHW_FRANKENSO=1 -DHW_HELLEN=1
@ -175,7 +176,8 @@ ULIBDIR =
# List all user libraries here
ULIBS = -lm
ULIBS += --coverage -fsanitize=address
ULIBS += --coverage
#todo #3221 -fsanitize=address
#
# End of user defines