Skip to content

Commit

Permalink
chore: add build optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Sep 16, 2024
1 parent 6b6323c commit d4e814b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ urlencoding = { version = "2.1.3" }
geo = { version = "0.28.0", features = ["use-serde"] }
geojson = "0.24.1"
serde_json = { version = "1.0.117" }

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

0 comments on commit d4e814b

Please sign in to comment.