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