mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 06:34:16 +00:00
Cargo optimization (#65)
* Add potential cargo optimizations. * Add potential cargo optimizations.
This commit is contained in:
parent
188858fedd
commit
3a57570031
1 changed files with 3 additions and 1 deletions
|
@ -18,7 +18,9 @@ path = "src/main.rs"
|
|||
#debug = true
|
||||
debug = 1
|
||||
opt-level = 3
|
||||
lto = true
|
||||
#lto = true
|
||||
lto = "fat"
|
||||
codegen-units = 1
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4.10"
|
||||
|
|
Loading…
Reference in a new issue