diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-03 20:49:46 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-03 20:49:46 -0400 |
commit | 6fffdb829cb9d54e9c3b60b5d48f05c91023bba3 (patch) | |
tree | eaf77f42457e255e495617f79fe03401da302555 | |
parent | ac91fed53768a713b1de0577340084e59afb4d6d (diff) |
context: add `-lang=c++`
-rw-r--r-- | context.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |