Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sergej Kostjucenko
cargo-contract
Commits
956b06ea
Commit
956b06ea
authored
May 22, 2020
by
Andrew Jones
Browse files
Update comment
parent
cc7cd663
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/cmd/build.rs
View file @
956b06ea
...
...
@@ -100,7 +100,7 @@ pub fn collect_crate_metadata(manifest_path: &ManifestPath) -> Result<CrateMetad
/// The original Cargo.toml will be amended to remove the `rlib` crate type in order to minimize
/// the final Wasm binary size.
///
/// To disable this and use the `Cargo.toml` as is then
set `
original_manifest`
to true
.
/// To disable this and use the `Cargo.toml` as is then
pass the `-Z
original_manifest`
flag
.
fn
build_cargo_project
(
crate_metadata
:
&
CrateMetadata
,
verbosity
:
Option
<
Verbosity
>
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment