fix(base): Remove the set_debug_info() in compile_codegen_unit

This commit is contained in:
tempdragon 2024-02-29 01:28:08 +08:00
parent 51cd5f1c78
commit eaeb54448e

View File

@ -152,7 +152,6 @@ pub fn compile_codegen_unit(tcx: TyCtxt<'_>, cgu_name: Symbol, target_info: Lock
if env::var("CG_GCCJIT_DUMP_GIMPLE").as_deref() == Ok("1") {
context.set_dump_initial_gimple(true);
}
context.set_debug_info(true);
if env::var("CG_GCCJIT_DUMP_EVERYTHING").as_deref() == Ok("1") {
context.set_dump_everything(true);
}