From 5d72ffa84ccbb8e6a9bfaecc623c48820989245c Mon Sep 17 00:00:00 2001 From: Fabian Date: Thu, 4 Nov 2021 20:25:26 -0500 Subject: [PATCH] cargo: update test profile --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index f324c770..326bb5ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,11 @@ profiler = [] crate-type = ["cdylib"] path = "src/rust/lib.rs" +[profile.test] +lto = false +opt-level = 2 +overflow-checks = false + [profile.dev] lto = false opt-level = 2