aboutsummaryrefslogtreecommitdiff
path: root/src/tilde.cpp
diff options
context:
space:
mode:
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;