Browse Source

cargo: update test profile

Fabian 2 years ago
parent
commit
5d72ffa84c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Cargo.toml

+ 5 - 0
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