From 996920e07fa1df93c34d78342312e64ee24512a5 Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Sat, 15 Nov 2025 19:56:40 -0400 Subject: [PATCH] Optimize test builds --- core/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/Cargo.toml b/core/Cargo.toml index ce9a89a..318b012 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -7,3 +7,8 @@ edition = "2024" ntest = "0.9.3" rand = {version="0.9.2", features=["small_rng", "alloc"]} tempfile = "3.23.0" + +[profile.test] +opt-level = 3 +lto = "fat" +codegen-units = 1 \ No newline at end of file