Skip to content

Commit 37e4b57

Browse files
committed
addresses #620
1 parent 85ffa8d commit 37e4b57

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/beginner/tutorial1-window/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,11 @@ Now, all we need are some more dependencies that are specific to running in WASM
283283

284284
```toml
285285
# This should go in the Cargo.toml in the root directory
286+
287+
# tThis is not required for WASM as wasm-opt should take care of this.
288+
# It can also interfere with WASM builds so feel free to leave it out.
289+
# It helps if you are wanting to build native binaries, as it helps reduce
290+
# the size of the executable, and make it harder to reverse engineer.
286291
[profile.release]
287292
strip = true
288293

0 commit comments

Comments
 (0)