From 29491a29a6ea8f4891ef18ecbfc24ed4c4599cd1 Mon Sep 17 00:00:00 2001 From: Denys Zadorozhnyi Date: Mon, 16 Sep 2024 22:48:22 +0300 Subject: [PATCH] doc: add `--release` option to `cargo miden build` command --- docs/usage/cargo-miden.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/cargo-miden.md b/docs/usage/cargo-miden.md index 7c5ee64f..8e221e3f 100644 --- a/docs/usage/cargo-miden.md +++ b/docs/usage/cargo-miden.md @@ -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`.