Skip to content

Commit

Permalink
reduce rust build size
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Jul 24, 2024
1 parent b519b8f commit fe59cf4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rustutils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ crate-type = ["staticlib"]
[dependencies]
csscolorparser = "0.6.2"
cxx = "1"

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

0 comments on commit fe59cf4

Please sign in to comment.