Description
Adds a modern linker used during software builds to combine compiled object files into executables or libraries. Its main value is speed, especially in large C, C++, Rust, or mixed-language projects.
Use it when a build system supports selecting an alternative linker or when you want faster local builds. It is a developer tool used by compilers and build scripts, not an application launcher.