chore: improve release build options
This commit is contained in:
committed by
Henrik Friedrichsen
parent
9b0cd76fc5
commit
03cfd4da5f
@@ -19,6 +19,15 @@ members = [
|
|||||||
"xtask"
|
"xtask"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
lto = true
|
||||||
|
codegen-units = 1
|
||||||
|
|
||||||
|
[profile.optimized]
|
||||||
|
inherits = "release"
|
||||||
|
lto = false
|
||||||
|
codegen-units = 16
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
clap = "4.2.7"
|
clap = "4.2.7"
|
||||||
|
|||||||
Reference in New Issue
Block a user