From 98b25dc179d5b8acce9efa191edefaac82a77c94 Mon Sep 17 00:00:00 2001 From: comphead Date: Fri, 13 Dec 2024 17:18:43 -0800 Subject: [PATCH] CI: Windows compilation time --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6370d588eb09..fb64aa6b094f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ rpath = false [profile.release-windows] codegen-units = 32 debug = 'line-directives-only' -inherits = "release" +inherits = "dev" lto = true opt-level = 1 incremental = false