DoxigAlpha

getOutputSeparatedDebug

Function parameters

Parameters

#
objcopy:*const ObjCopy

Type definitions in this namespace

Types

#

Functions in this namespace

Functions

#

= .objcopy

Values

#
base_id
= .objcopy

Source

Implementation

#
pub fn getOutputSeparatedDebug(objcopy: *const ObjCopy) ?std.Build.LazyPath {
    return if (objcopy.output_file_debug) |*file| .{ .generated = .{ .file = file } } else null;
}