ldproxy

Crates.ioldproxy
lib.rsldproxy
version0.3.4
sourcesrc
created_at2021-08-23 18:15:48.470598
updated_at2024-06-23 07:46:33.708963
descriptionA linker proxy tool
homepage
repositoryhttps://github.com/ivmarkov/embuild
max_upload_size
id441310
size29,486
(ivmarkov)

documentation

README

A linker proxy

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.

Special arguments

These arguments are only used by ldproxy and not forwarded to the proxied linker.

  • --ldproxy-linker=<path>, --ldproxy-linker <path>

    required

    Tells ldproxy the path to the linker. If multiple --ldproxy-linker arguments are found only the last will be used.

  • --ldproxy-cwd=<path>, --ldproxy-cwd <path>

    optional

    Tells ldproxy the current working directory to use when it invokes the linker.

Commit count: 249

cargo fmt