Skip to content

Commit

Permalink
CI: Windows compilation time
Browse files Browse the repository at this point in the history
  • Loading branch information
comphead committed Dec 14, 2024
1 parent 98b25dc commit c2a8d40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,11 @@ lto = true
opt-level = 1
incremental = false

[profile.release-windows.build-override]
opt-level = 0
codegen-units = 256
debug = false

[workspace.lints.clippy]
# Detects large stack-allocated futures that may cause stack overflow crashes (see threshold in clippy.toml)
large_futures = "warn"
Expand Down

0 comments on commit c2a8d40

Please sign in to comment.