diff --git a/Cargo.toml b/Cargo.toml index fa3ac50ba..eef97373c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,3 +13,6 @@ members = ["rust/scx_stats", "scheds/rust/scx_layered", "scheds/rust/scx_mitosis"] resolver = "2" + +[profile.release] +lto = true