Skip to content

Commit

Permalink
Merge pull request #324 from 0xPolygonMiden/greenhat/i323-fix-guide
Browse files Browse the repository at this point in the history
doc: add `--release` option to `cargo miden build` command
  • Loading branch information
bitwalker authored Sep 17, 2024
2 parents dfc7f84 + 29491a2 commit 479f29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/cargo-miden.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Now that you've created your project, compiling it to Miden Assembly is as easy
following command from the root of the project directory:

```bash
cargo miden build
cargo miden build --release
```

This will emit the compiled artifacts to `target/miden`.

0 comments on commit 479f29f

Please sign in to comment.