From e24a9c863628766bcb0dda028e6272bf34a18e81 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 18 Jun 2021 16:35:05 +0100 Subject: [PATCH] README.md: Document subcommand prop linkfarm-shallow Signed-off-by: Ian Jackson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ed7605..1ebddd6 100644 --- a/README.md +++ b/README.md @@ -370,6 +370,7 @@ WASM="wasm32-unknown-unknown" * `edits`: The purpose of this subcommand is to edit the source tree. Enables `--edit-sources` mode. * `!target`: cargo would reject `--target=`; in this case nailing-cargo's `-T` option is ineffective. * `!target-dir`: cargo would reject `--target-dir`, so don't pass it. (Usually we pass `--target-dir=target` when we pass `--manifest-path`, since cargo's default is `target` in the same directory as `Cargo.toml`.) + * `linkfarm-shallow`: Make the default be `--linkfarm=shallow`. This is the default for `miri` and can also be used for other subcommands which do not understandg `--manifest-path` properly. There are also some properties which should not be needed, but are provided for completeness. Do not use these to solve the problem -- 2.30.2