| ... | @@ -6925,10 +6925,7 @@ pub fn deactivate(ip: *const InternPool) void { | ... | @@ -6925,10 +6925,7 @@ pub fn deactivate(ip: *const InternPool) void { |
| 6925 | | 6925 | |
| 6926 | /// For debugger access only. | 6926 | /// For debugger access only. |
| 6927 | const debug_state = struct { | 6927 | const debug_state = struct { |
| 6928 | const enable = switch (builtin.zig_backend) { | 6928 | const enable = false; |
| 6929 | else => false, | | |
| 6930 | .stage2_x86_64 => !builtin.strip_debug_info, | | |
| 6931 | }; | | |
| 6932 | const enable_checks = enable and !builtin.single_threaded; | 6929 | const enable_checks = enable and !builtin.single_threaded; |
| 6933 | threadlocal var intern_pool: ?*const InternPool = null; | 6930 | threadlocal var intern_pool: ?*const InternPool = null; |
| 6934 | }; | 6931 | }; |