Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
fix: plugin execution fails on release build
Browse files Browse the repository at this point in the history
Disable LTO on release build.

refs swc-project/swc#7479
  • Loading branch information
leegeunhyeok committed Oct 21, 2023
1 parent ceaa689 commit 5a38974
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ edition = "2021"
[lib]
crate-type = ["cdylib"]

[profile.release]
lto = true

[dependencies]
serde = "1"
serde_json = "1.0.107"
Expand Down

0 comments on commit 5a38974

Please sign in to comment.