Cargo optimization (#65)
* Add potential cargo optimizations. * Add potential cargo optimizations.
This commit is contained in:
parent
188858fedd
commit
3a57570031
|
@ -18,7 +18,9 @@ path = "src/main.rs"
|
||||||
#debug = true
|
#debug = true
|
||||||
debug = 1
|
debug = 1
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
lto = true
|
#lto = true
|
||||||
|
lto = "fat"
|
||||||
|
codegen-units = 1
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.10"
|
chrono = "0.4.10"
|
||||||
|
|
Loading…
Reference in New Issue