From c1cbba4e0224b5dbcf3eade0c9f70fb7671af0d7 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 6 Jan 2019 21:47:40 -0500 Subject: [PATCH] @mck1117 please have a look at 'simulator' folder * [Simulator](/simulator) win32 or posix version of firmware allows to explore without any hardware --- simulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/Makefile b/simulator/Makefile index 9689fae23b..2d5c4e6569 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -34,7 +34,7 @@ endif # C++ specific options here (added to USE_OPT). ifeq ($(USE_CPPOPT),) - USE_CPPOPT = -std=c++11 -fno-rtti + USE_CPPOPT = -std=c++17 -Wno-register -fno-rtti endif # Enable this if you want the linker to remove unused code and data.