mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
doc: generated by build-man.sh
This commit is contained in:
parent
c36e6bf131
commit
a706292352
@ -193,6 +193,9 @@ OPTIONS
|
||||
a new temporary folder located in the temporary directory of the
|
||||
platform.
|
||||
|
||||
When using --path, by default it will use target directory in the
|
||||
workspace of the local crate unless --target-dir is specified.
|
||||
|
||||
--debug
|
||||
Build with the dev profile instead the release profile.
|
||||
|
||||
|
@ -218,7 +218,10 @@ target artifacts are placed in a separate directory. See the
|
||||
specified with the <code>CARGO_TARGET_DIR</code> environment variable, or the
|
||||
<code>build.target-dir</code> <a href="../reference/config.html">config value</a>.
|
||||
Defaults to a new temporary folder located in the
|
||||
temporary directory of the platform.</dd>
|
||||
temporary directory of the platform. </p>
|
||||
<p>When using <code>--path</code>, by default it will use <code>target</code> directory in the workspace
|
||||
of the local crate unless <code>--target-dir</code>
|
||||
is specified.</dd>
|
||||
|
||||
|
||||
|
||||
|
@ -248,7 +248,11 @@ Directory for all generated artifacts and intermediate files. May also be
|
||||
specified with the \fBCARGO_TARGET_DIR\fR environment variable, or the
|
||||
\fBbuild.target\-dir\fR \fIconfig value\fR <https://doc.rust\-lang.org/cargo/reference/config.html>\&.
|
||||
Defaults to a new temporary folder located in the
|
||||
temporary directory of the platform.
|
||||
temporary directory of the platform.
|
||||
.sp
|
||||
When using \fB\-\-path\fR, by default it will use \fBtarget\fR directory in the workspace
|
||||
of the local crate unless \fB\-\-target\-dir\fR
|
||||
is specified.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-debug\fR
|
||||
|
Loading…
x
Reference in New Issue
Block a user