Skip to content

Commit

Permalink
swc-plugin wasm size optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
taishinaritomi committed Mar 5, 2023
1 parent bbd53ac commit b6cb0d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/swc-plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [

[profile.release]
# https://swc.rs/docs/plugin/publishing#adjusting-configuration-for-smaller-binary
# codegen-units = 1
codegen-units = 1
lto = true
# opt-level = "s"
# strip = "symbols"
opt-level = "s"
strip = "symbols"

0 comments on commit b6cb0d7

Please sign in to comment.