Skip to content

Commit

Permalink
Remove opt-level="s"
Browse files Browse the repository at this point in the history
  • Loading branch information
Omega359 committed Dec 19, 2024
1 parent 0cabf77 commit f07de1f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ incremental = false
debug = false
debug-assertions = false
strip = "debuginfo"
opt-level = "s"

[workspace.lints.clippy]
# Detects large stack-allocated futures that may cause stack overflow crashes (see threshold in clippy.toml)
Expand Down
1 change: 0 additions & 1 deletion datafusion-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ incremental = false
debug = false
debug-assertions = false
strip = "debuginfo"
opt-level = "s"

0 comments on commit f07de1f

Please sign in to comment.