Skip to content
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/reference/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ names like `wasm-function[42]` rather than the Rust name of the function, like
When using a "debug" build (aka `wasm-pack build --debug` or `cargo build`)
debug symbols are enabled by default.

With a "release" build, debug symbols are not enabled by default. To enable
debug symbols, ensure that you `debug = true` in the `[profile.release]` section
of your `Cargo.toml`:

```toml
[profile.release]
debug = true
Expand Down