diff options
Diffstat (limited to 'src/codegen.cpp')
| -rw-r--r-- | src/codegen.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/codegen.cpp b/src/codegen.cpp index 3f5daa21d3..cd6d43d661 100644 --- a/src/codegen.cpp +++ b/src/codegen.cpp @@ -2748,8 +2748,7 @@ void codegen_add_root_code(CodeGen *g, Buf *src_dir, Buf *src_basename, Buf *sou g->bootstrap_import = add_special_code(g, "bootstrap.zig"); } - // TODO re-enable this - //add_special_code(g, "builtin.zig"); + add_special_code(g, "builtin.zig"); } if (g->verbose) { |
