Skip to content

Commit

Permalink
Add info on release builds (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jul 19, 2024
1 parent ed6fe05 commit d8450c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ Running your game locally is very simple:

If you're using [VS Code](https://code.visualstudio.com/), this template comes with a [`.vscode/tasks.json`](./.vscode/tasks.json) file.

<details>
<summary>Run release builds</summary>

- Use `cargo run --profile release-native --no-default-features` to run a native release build.
- Use `trunk serve --no-default-features` to run a web release build.

</details>

<details>
<summary>(Optional) Improve your compile times</summary>

Expand Down

0 comments on commit d8450c4

Please sign in to comment.