aboutsummaryrefslogtreecommitdiff
path: root/src/tilde.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-07-24 15:18:20 +0100
committergingerBill <bill@gingerbill.org>2023-07-24 15:18:20 +0100
commitcf77a0e2b4b0cfcc03ae3c160a20b17944f7765c (patch)
tree9baf82c7ef4ce409aebf686748cab8de2e01da39 /src/tilde.cpp
parente2593a68838a038dce55719ca3e4e8604dbc43d3 (diff)
Update Tilde to fix reg alloc bug
Diffstat (limited to 'src/tilde.cpp')
-rw-r--r--src/tilde.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tilde.cpp b/src/tilde.cpp
index e765a5c72..89075da75 100644
--- a/src/tilde.cpp
+++ b/src/tilde.cpp
@@ -799,7 +799,7 @@ gb_internal bool cg_generate_code(Checker *c, LinkerData *linker_data) {
TB_DebugFormat debug_format = TB_DEBUGFMT_NONE;
- if (build_context.ODIN_DEBUG || true) {
+ if (build_context.ODIN_DEBUG) {
switch (build_context.metrics.os) {
case TargetOs_windows:
debug_format = TB_DEBUGFMT_CODEVIEW;