From 494709ba44fc840a52f0d4f5e40a6709e2840b80 Mon Sep 17 00:00:00 2001 From: tbro Date: Tue, 8 Oct 2024 16:14:01 -0600 Subject: [PATCH] no opts --- Cargo.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec2c7d0f8..47d42ddd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -158,9 +158,10 @@ libp2p-networking = { git = "https://github.com/EspressoSystems//HotShot.git", t hotshot-example-types = { git = "https://www.github.com/EspressoSystems/HotShot.git", tag = "0.5.75-patch1" } [profile.dev] -opt-level = 1 -# Skip compiling the debug information in the first place. -debug = 0 +# No optimizations +opt-level = 0 +# Skip compiling the debug information. +debug = false # Skip linking debug information. strip = "debuginfo" [profile.dev.package."*"]