Remove unnecessary Cargo.toml entry (#5279)
* Running cargo-wizard to speed up compilation times. * Fix 1. * Fix 2 * Removing panic abort, and config.toml file.
This commit is contained in:
parent
9df10b3dc9
commit
3f3f983267
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ workspace = true
|
|||
|
||||
# See https://github.com/johnthagen/min-sized-rust for additional optimizations
|
||||
[profile.release]
|
||||
debug = 0
|
||||
lto = "fat"
|
||||
opt-level = 3 # Optimize for speed, not size.
|
||||
codegen-units = 1 # Reduce parallel code generation.
|
||||
|
|
Loading…
Reference in a new issue