Make ODIN_OS, ODIN_BUILD_MODE comments congruent to underlying data

Sourced from `src/checker.cpp`.
This commit is contained in:
Feoramund
2024-05-28 01:32:20 -04:00
parent 74ac2667e7
commit fa6e07d976

View File

@@ -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,