enable the sanitizer in tests again (#490)

This commit is contained in:
Matthew Kennedy 2024-09-17 20:54:24 -07:00 committed by GitHub
parent 4a37518d75
commit e727d7305e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 5 deletions

View File

@ -17,11 +17,9 @@ include $(PROJECT_DIR)/rusefi_rules.mk
BOARDS_DIR = $(PROJECT_DIR)/config/boards
# User may want to pass in a forced value for SANITIZE
# ifeq ($(SANITIZE),)
# SANITIZE = yes
# endif
SANITIZE = no
ifeq ($(SANITIZE),)
SANITIZE = yes
endif
IS_MAC = no
UNAME_S := $(shell uname -s)