--- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ codegen-units = 1 debug = 0 panic = "abort" + +[profile.test] +opt-level = 1