Skip to content

Commit

Permalink
perf: set codegen-units to 1 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
universalmind303 authored Dec 21, 2022
1 parent 6cd5275 commit 3c91cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ rev = "43598c3e21a2b6c1246a565005045ef553e4f688"
napi-build = "2"

[profile.release]
codegen-units = 64
codegen-units = 1
lto = "fat"

[workspace]

0 comments on commit 3c91cef

Please sign in to comment.