CJ125 unit-tests coverage #617

This commit is contained in:
rusefi 2018-11-03 13:01:20 -04:00
parent 922bf5502c
commit 44cdd84a83
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ endif
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
USE_CPPOPT = -fno-rtti
USE_CPPOPT = -std=c++11 -fno-rtti
endif
# Enable this if you want the linker to remove unused code and data.