Skip to content

Commit

Permalink
Add flags to optimize binary size (#23483)
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed May 24, 2024
1 parent 2fe49ea commit da9caf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion native_locator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ regex = "1.10.4"
log = "0.4.21"
env_logger = "0.10.2"


[lib]
doctest = false

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

0 comments on commit da9caf0

Please sign in to comment.