Enable some optimizations for the release profile
This commit is contained in:
parent
65656f2e09
commit
23b5050811
@ -10,3 +10,11 @@ members = [
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license-file = "LICENSE"
|
license-file = "LICENSE"
|
||||||
|
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 3
|
||||||
|
codegen-units = 4
|
||||||
|
lto = "fat"
|
||||||
|
panic = "abort"
|
||||||
|
strip = "debuginfo"
|
||||||
|
@ -5,6 +5,10 @@ edition.workspace = true
|
|||||||
license-file.workspace = true
|
license-file.workspace = true
|
||||||
|
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
crate-type = ["cdylib", "rlib"]
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
binrw = "0.11"
|
binrw = "0.11"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
|
Loading…
Reference in New Issue
Block a user