mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-03 11:42:28 +00:00
Add ODIN_DEBUG
This commit is contained in:
@@ -505,7 +505,7 @@ bool parse_build_flags(Array<String> args) {
|
||||
}
|
||||
|
||||
case BuildFlag_Debug:
|
||||
build_context.debug = true;
|
||||
build_context.ODIN_DEBUG = true;
|
||||
break;
|
||||
|
||||
case BuildFlag_NoBoundsCheck:
|
||||
|
||||
Reference in New Issue
Block a user