@mck1117 please have a look at 'simulator' folder

* [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware
This commit is contained in:
rusefi 2019-01-06 21:47:40 -05:00
parent b037a6e0ca
commit c1cbba4e02
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ endif
# C++ specific options here (added to USE_OPT). # C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),) ifeq ($(USE_CPPOPT),)
USE_CPPOPT = -std=c++11 -fno-rtti USE_CPPOPT = -std=c++17 -Wno-register -fno-rtti
endif endif
# 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.