Skip to content

Commit

Permalink
Remove strip from profile.release
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Aug 20, 2023
1 parent 32620f6 commit 2901203
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ url = "2"
[profile.release]
lto = true
codegen-units = 1
strip = true
panic = "abort"
1 change: 0 additions & 1 deletion bindings/nostr-js/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ target = "wasm32-unknown-unknown"
opt-level = "s"
lto = true
codegen-units = 1
strip = true
panic = "abort"
1 change: 0 additions & 1 deletion bindings/nostr-sdk-js/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ target = "wasm32-unknown-unknown"
opt-level = "s"
lto = true
codegen-units = 1
strip = true
panic = "abort"

0 comments on commit 2901203

Please sign in to comment.