| Crates.io | ldproxy |
| lib.rs | ldproxy |
| version | 0.3.4 |
| created_at | 2021-08-23 18:15:48.470598+00 |
| updated_at | 2024-06-23 07:46:33.708963+00 |
| description | A linker proxy tool |
| homepage | |
| repository | https://github.com/ivmarkov/embuild |
| max_upload_size | |
| id | 441310 |
| size | 29,486 |
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 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.