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 c2a8d40 commit b5009aa
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 @@ -182,6 +182,11 @@ opt-level = 0
codegen-units = 256
debug = false

[profile.release-windows.package.datafusion-sqllogictest]
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 b5009aa

Please sign in to comment.