IRON 1.0
|
Functions | |
None | merge_object_files (list[PathLike] object_paths, PathLike output_path, cwd=None, verbose=False) |
None iron.compile.link.merge_object_files | ( | list[PathLike] | object_paths, |
PathLike | output_path, | ||
cwd = None , |
|||
verbose = False |
|||
) |
Merges multiple object files into a single output file. Args: object_files (list of str): List of paths to object files to merge. output_file (str): Path to the output object file. cwd (str, optional): Overrides the current working directory. verbose (bool): If True, enable verbose output.