We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed853b8 commit b82f6c5Copy full SHA for b82f6c5
src/librustc_codegen_llvm/debuginfo/mod.rs
@@ -569,7 +569,7 @@ impl DebugInfoMethods<'tcx> for CodegenCx<'ll, 'tcx> {
569
file_metadata,
570
loc.line as c_uint,
571
type_metadata,
572
- self.sess().opts.optimize != config::OptLevel::No,
+ true,
573
DIFlags::FlagZero,
574
argument_index,
575
align.bytes() as u32,
0 commit comments