From 6fffdb829cb9d54e9c3b60b5d48f05c91023bba3 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Fri, 3 Feb 2023 20:49:46 -0400 Subject: context: add `-lang=c++` --- context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'context.h') diff --git a/context.h b/context.h index 3e1ea7e..679044e 100644 --- a/context.h +++ b/context.h @@ -2,7 +2,7 @@ // 2.4.2 build 81 (GC MW 1.3.2) // Compiler flags: -// -nodefaults -proc gekko -fp hard -O4 -use_lmw_stmw on -enum int -str reuse -rostr -sdata2 4 -Cpp_exceptions off -RTTI off +// -nodefaults -proc gekko -fp hard -O4 -use_lmw_stmw on -enum int -str reuse -rostr -sdata2 4 -lang=c++ -Cpp_exceptions off -RTTI off // Typedefs. typedef signed char s8; -- cgit v1.2.3-13-gbd6f