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/build_settings.cpp | |
| parent | 1a0877e96500fea44f44cd02459f977a90b68a47 (diff) | |
Add ODIN_DEBUG
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index e0bc71949..652d7bb28 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -7,6 +7,7 @@ struct BuildContext { String ODIN_VENDOR; // compiler vendor String ODIN_VERSION; // compiler version String ODIN_ROOT; // Odin ROOT + bool ODIN_DEBUG; // Odin in debug mode // In bytes i64 word_size; // Size of a pointer, must be >= 4 @@ -22,7 +23,6 @@ struct BuildContext { i32 optimization_level; bool show_timings; bool keep_temp_files; - bool debug; bool no_bounds_check; gbAffinity affinity; |