aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main.zig b/src/main.zig
index 62e6ea0ae..07c1d6954 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -92,12 +92,12 @@ pub fn main() anyerror!void {
&_linker,
);
- if (std.builtin.mode == std.builtin.Mode.Debug) {
- var fixed_buffer = [_]u8{0} ** 512000;
- var buf_stream = std.io.fixedBufferStream(&fixed_buffer);
+ // if (std.builtin.mode == std.builtin.Mode.Debug) {
+ // var fixed_buffer = [_]u8{0} ** 512000;
+ // var buf_stream = std.io.fixedBufferStream(&fixed_buffer);
- try ast.toJSON(alloc.dynamic, stderr.writer());
- }
+ // try ast.toJSON(alloc.dynamic, stderr.writer());
+ // }
_ = try stdout.write(printed.js);
}