From 44cdd84a83e20abe5bd59aca459b0b1e6ccad8a3 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 3 Nov 2018 13:01:20 -0400 Subject: [PATCH] CJ125 unit-tests coverage #617 --- simulator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulator/Makefile b/simulator/Makefile index 6871725967..1a0f9a1441 100644 --- a/simulator/Makefile +++ b/simulator/Makefile @@ -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.