pub fn getOutputSeparatedDebug(oc: *const ObjCopy) ?std.Build.LazyPath
pub fn getOutputSeparatedDebug(oc: *const ObjCopy) ?std.Build.LazyPath { const df = oc.debug_file orelse return null; return .{ .generated = .{ .index = df.output_file } }; }