From 3f3f98326736b544fc847fefa4e68d90dbee5421 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 8 Jan 2025 04:50:44 -0500 Subject: [PATCH] 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. --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b03a017152..627ef28add 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.