A simple tool to forward linker arguments to the actual linker executable also given as an argument to ldproxy.
Currently only gcc linker flavor is supported.
These arguments are only used by ldproxy and not forwarded to the proxied linker.
-
--ldproxy-linker=<path>,--ldproxy-linker <path>required
Tells
ldproxythe path to the linker. If multiple--ldproxy-linkerarguments are found only the last will be used. -
--ldproxy-cwd=<path>,--ldproxy-cwd <path>optional
Tells
ldproxythe current working directory to use when it invokes the linker.