Skip to content

Commit cd7f62b

Browse files
committed
chore(Cargo.toml): remove incremental = true because it uses too much disk space
1 parent 17c0dd8 commit cd7f62b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,4 +244,3 @@ codegen-units = 256 # Compile faster
244244
lto = "thin" # Faster compile time with thin LTO
245245
debug-assertions = true # Make sure `debug_assert!`s pass
246246
overflow-checks = true # Catch arithmetic overflow errors
247-
incremental = true

0 commit comments

Comments
 (0)