Browse Source

Make `ODIN_OS`, `ODIN_BUILD_MODE` comments congruent to underlying data

Sourced from `src/checker.cpp`.
Feoramund 1 year ago
parent
commit
fa6e07d976
1 changed files with 3 additions and 0 deletions
  1. 3 0
      base/runtime/core.odin

+ 3 - 0
base/runtime/core.odin

@@ -481,7 +481,9 @@ Raw_Soa_Pointer :: struct {
 		Linux,
 		Linux,
 		Essence,
 		Essence,
 		FreeBSD,
 		FreeBSD,
+		Haiku,
 		OpenBSD,
 		OpenBSD,
+		NetBSD,
 		WASI,
 		WASI,
 		JS,
 		JS,
 		Freestanding,
 		Freestanding,
@@ -508,6 +510,7 @@ Odin_Arch_Type :: type_of(ODIN_ARCH)
 	Odin_Build_Mode_Type :: enum int {
 	Odin_Build_Mode_Type :: enum int {
 		Executable,
 		Executable,
 		Dynamic,
 		Dynamic,
+		Static,
 		Object,
 		Object,
 		Assembly,
 		Assembly,
 		LLVM_IR,
 		LLVM_IR,