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:
Dessalines 2025-01-08 04:50:44 -05:00 committed by GitHub
parent 9df10b3dc9
commit 3f3f983267
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,6 @@ workspace = true
# See https://github.com/johnthagen/min-sized-rust for additional optimizations # See https://github.com/johnthagen/min-sized-rust for additional optimizations
[profile.release] [profile.release]
debug = 0
lto = "fat" lto = "fat"
opt-level = 3 # Optimize for speed, not size. opt-level = 3 # Optimize for speed, not size.
codegen-units = 1 # Reduce parallel code generation. codegen-units = 1 # Reduce parallel code generation.