Odin
Odin copied to clipboard
Add ODIN_CRT_MD flag for core:c/libc on windows
Opt-in flag to link the ucrt for core:c/libc via ucrt.lib instead of libucrt.lib. This should be equivalent to switching from /MT to /MD.