Function getOutputSeparatedDebug [src]
Prototype
pub fn getOutputSeparatedDebug(objcopy: *const ObjCopy) ?std.Build.LazyPath
Parameters
objcopy: *const ObjCopy
Source
pub fn getOutputSeparatedDebug(objcopy: *const ObjCopy) ?std.Build.LazyPath {
return if (objcopy.output_file_debug) |*file| .{ .generated = .{ .file = file } } else null;
}