IRON 1.0
Loading...
Searching...
No Matches
Functions
iron.compile.link Namespace Reference

Functions

None merge_object_files (list[PathLike] object_paths, PathLike output_path, cwd=None, verbose=False)
 

Function Documentation

◆ merge_object_files()

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.