diff options
Diffstat (limited to 'src/InternPool.zig')
| -rw-r--r-- | src/InternPool.zig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/InternPool.zig b/src/InternPool.zig index f4344af86d..e19fc075ee 100644 --- a/src/InternPool.zig +++ b/src/InternPool.zig @@ -6925,10 +6925,7 @@ pub fn deactivate(ip: *const InternPool) void { /// For debugger access only. const debug_state = struct { - const enable = switch (builtin.zig_backend) { - else => false, - .stage2_x86_64 => !builtin.strip_debug_info, - }; + const enable = false; const enable_checks = enable and !builtin.single_threaded; threadlocal var intern_pool: ?*const InternPool = null; }; |
