aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeoramund <161657516+Feoramund@users.noreply.github.com>2024-05-28 01:32:20 -0400
committerFeoramund <161657516+Feoramund@users.noreply.github.com>2024-05-28 01:32:20 -0400
commitfa6e07d976871a9f1639bfadae708948fdb76a61 (patch)
treedc1eabb82eb907aeef890754febad8294a48fc89
parent74ac2667e7fdc7bde1a52c0249adb9b17d76dc9e (diff)
Make `ODIN_OS`, `ODIN_BUILD_MODE` comments congruent to underlying data
Sourced from `src/checker.cpp`.
-rw-r--r--base/runtime/core.odin3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/runtime/core.odin b/base/runtime/core.odin
index 66099e787..4b6a1949e 100644
--- a/base/runtime/core.odin
+++ b/base/runtime/core.odin
@@ -481,7 +481,9 @@ Raw_Soa_Pointer :: struct {
Linux,
Essence,
FreeBSD,
+ Haiku,
OpenBSD,
+ NetBSD,
WASI,
JS,
Freestanding,
@@ -508,6 +510,7 @@ Odin_Arch_Type :: type_of(ODIN_ARCH)
Odin_Build_Mode_Type :: enum int {
Executable,
Dynamic,
+ Static,
Object,
Assembly,
LLVM_IR,