Hellen says merge #1772

This commit is contained in:
rusefi 2020-09-26 04:13:02 -04:00
parent 4b661ef929
commit 074dbe501a
2 changed files with 4 additions and 1 deletions

2
firmware/.gitignore vendored
View File

@ -3,4 +3,4 @@ benchmark.txt
gen_*.log
deliver/
rusefi_tool.log
build*

View File

@ -55,6 +55,9 @@ ifeq ($(USE_CPPOPT),)
USE_CPPOPT = -std=c++17 -Wno-register -fno-rtti -fno-threadsafe-statics -fno-exceptions -fno-use-cxa-atexit
endif
# Hellen is one of the boards which cares
USE_CPPOPT += -Wno-error=tautological-compare
# Enable this if you want the linker to remove unused code and data
ifeq ($(USE_LINK_GC),)
USE_LINK_GC = yes