From fa6e07d976871a9f1639bfadae708948fdb76a61 Mon Sep 17 00:00:00 2001 From: Feoramund <161657516+Feoramund@users.noreply.github.com> Date: Tue, 28 May 2024 01:32:20 -0400 Subject: Make `ODIN_OS`, `ODIN_BUILD_MODE` comments congruent to underlying data Sourced from `src/checker.cpp`. --- base/runtime/core.odin | 3 +++ 1 file changed, 3 insertions(+) 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, -- cgit v1.2.3