From 720872403d6bbdbd531782703902f3bf970319e7 Mon Sep 17 00:00:00 2001 From: aumetra Date: Wed, 25 Oct 2023 23:16:13 +0200 Subject: [PATCH] i still have no idea why this keeps happening --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 0682428f9..c1b103412 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,3 +1,8 @@ +[profile.dev.package.backtrace] +opt-level = 3 + +[profile.dev.package.num-bigint-dig] +opt-level = 3 [profile.release] codegen-units = 1