Skip to content

Commit

Permalink
Set codegen-units to 1 for release profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
nasa42 committed Feb 16, 2025
1 parent 4419e7f commit a680c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ license = "MIT"
repository = "https://github.com/nasa42/webterm"

[profile.release]
codegen-units = 1
lto = true

0 comments on commit a680c68

Please sign in to comment.