Fixed Cargo.toml and added some original profile settings
This commit is contained in:
@@ -22,5 +22,7 @@ serde_json = "1.0"
|
|||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
lto = false # or "thin"
|
lto = false
|
||||||
codegen-units = 16
|
codegen-units = 16
|
||||||
|
strip = true
|
||||||
|
panic = "abort"
|
||||||
Reference in New Issue
Block a user