Skip to content

Commit

Permalink
chore(Cargo.toml): remove incremental = true because it uses too mu…
Browse files Browse the repository at this point in the history
…ch disk space
  • Loading branch information
Boshen committed Nov 26, 2024
1 parent 17c0dd8 commit cd7f62b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,3 @@ codegen-units = 256 # Compile faster
lto = "thin" # Faster compile time with thin LTO
debug-assertions = true # Make sure `debug_assert!`s pass
overflow-checks = true # Catch arithmetic overflow errors
incremental = true

0 comments on commit cd7f62b

Please sign in to comment.