Skip to content

Commit eaeb544

Browse files
committed
fix(base): Remove the set_debug_info() in compile_codegen_unit
1 parent 51cd5f1 commit eaeb544

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/base.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ pub fn compile_codegen_unit(tcx: TyCtxt<'_>, cgu_name: Symbol, target_info: Lock
152152
if env::var("CG_GCCJIT_DUMP_GIMPLE").as_deref() == Ok("1") {
153153
context.set_dump_initial_gimple(true);
154154
}
155-
context.set_debug_info(true);
156155
if env::var("CG_GCCJIT_DUMP_EVERYTHING").as_deref() == Ok("1") {
157156
context.set_dump_everything(true);
158157
}

0 commit comments

Comments
 (0)