diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.zig b/src/main.zig index bb940a1fe7..2eebb6d060 100644 --- a/src/main.zig +++ b/src/main.zig @@ -247,8 +247,6 @@ fn mainArgs(gpa: Allocator, arena: Allocator, args: []const []const u8) !void { threaded.stack_size = thread_stack_size; const io = threaded.io(); - debug_allocator.tty_config = .detect(io, .stderr()); - const cmd = args[1]; const cmd_args = args[2..]; if (mem.eql(u8, cmd, "build-exe")) { |
