diff options
| author | gingerBill <bill@gingerbill.org> | 2018-01-28 14:42:22 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-01-28 14:42:22 +0000 |
| commit | dce45e7d58f9bd0b265ef9c3d5d8abebc8f77290 (patch) | |
| tree | 386a4d46b9cb33eabd371b6788014c543de70abe /src/main.cpp | |
| parent | 1a0877e96500fea44f44cd02459f977a90b68a47 (diff) | |
Add ODIN_DEBUG
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 1f2ffd17c..2991a2062 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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: |