Skip to content

Commit 3023243

Browse files
authored
ci: Enable incremental back to see how it works (#16817)
build: Enable incremental back to see how it works Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent e35bacc commit 3023243

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ debug = 1
567567
lto = "thin"
568568
overflow-checks = false
569569
opt-level = "s" ## defaults to be 3
570-
incremental = false
570+
incremental = true
571571

572572
# [profile.release.package]
573573
# databend-common-arrow = { codegen-units = 16 }
@@ -581,8 +581,8 @@ overflow-checks = false
581581
[profile.dev]
582582
split-debuginfo = "unpacked"
583583
overflow-checks = false
584-
# wait until https://github.com/rust-lang/rust/issues/100142 fixed
585-
incremental = false
584+
# Report to https://github.com/rust-lang/rust/issues/100142 if incremental works well
585+
incremental = true
586586

587587
[profile.dev.package]
588588
addr2line = { opt-level = 3 }

0 commit comments

Comments
 (0)