summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-03 20:49:46 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-03 20:49:46 -0400
commit6fffdb829cb9d54e9c3b60b5d48f05c91023bba3 (patch)
treeeaf77f42457e255e495617f79fe03401da302555
parentac91fed53768a713b1de0577340084e59afb4d6d (diff)
context: add `-lang=c++`
-rw-r--r--context.h2
1 files changed, 1 insertions, 1 deletions
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;