Hellen says merge #1772
This commit is contained in:
parent
4b661ef929
commit
074dbe501a
|
@ -3,4 +3,4 @@ benchmark.txt
|
||||||
gen_*.log
|
gen_*.log
|
||||||
deliver/
|
deliver/
|
||||||
rusefi_tool.log
|
rusefi_tool.log
|
||||||
|
build*
|
||||||
|
|
|
@ -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
|
USE_CPPOPT = -std=c++17 -Wno-register -fno-rtti -fno-threadsafe-statics -fno-exceptions -fno-use-cxa-atexit
|
||||||
endif
|
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
|
# Enable this if you want the linker to remove unused code and data
|
||||||
ifeq ($(USE_LINK_GC),)
|
ifeq ($(USE_LINK_GC),)
|
||||||
USE_LINK_GC = yes
|
USE_LINK_GC = yes
|
||||||
|
|
Loading…
Reference in New Issue