mirror of
https://github.com/sharkdp/hyperfine.git
synced 2024-11-26 13:07:05 +03:00
Enable link-time optimization for release builds
This makes binaries slightly smaller, at the cost of longer build times.
This commit is contained in:
parent
0006e90084
commit
e84804c7f0
@ -33,3 +33,6 @@ features = ["suggestions", "color", "wrap_help"]
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
approx = "0.3"
|
approx = "0.3"
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
Loading…
Reference in New Issue
Block a user