Skip to content

Commit

Permalink
Allow for debug names in WASM release.
Browse files Browse the repository at this point in the history
  • Loading branch information
twitchax committed Apr 5, 2023
1 parent 4c7c811 commit 47c39a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kord"
version = "0.5.8"
version = "0.5.11"
edition = "2021"
authors = ["Aaron Roney <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -29,6 +29,9 @@ required-features = ["cli"]
[profile.release]
debug = true

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[features]
default = ["cli", "analyze", "audio"]

Expand Down

0 comments on commit 47c39a6

Please sign in to comment.