Skip to content

Commit 4e5f1f7

Browse files
authored
update build flag tip (#557)
* Update set-up-a-template.md improve wording * update compiler flag tip
1 parent 0f6fe7c commit 4e5f1f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk
7575
```
7676

7777
!!!tip
78-
Initial compilation may take several minutes, depending on your machine specifications. Always use the `--release` flag to build optimized, production-ready artifacts.
78+
Initial compilation may take several minutes, depending on your machine specifications. Use the `--release` flag to build binaries with improved runtime performance compared to a ``--debug`` build.
7979

8080
4. Upon successful compilation, you should see output similar to:
8181
--8<-- 'code/tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template/compilation-output.html'

0 commit comments

Comments
 (0)