We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35bacc commit 3023243Copy full SHA for 3023243
Cargo.toml
@@ -567,7 +567,7 @@ debug = 1
567
lto = "thin"
568
overflow-checks = false
569
opt-level = "s" ## defaults to be 3
570
-incremental = false
+incremental = true
571
572
# [profile.release.package]
573
# databend-common-arrow = { codegen-units = 16 }
@@ -581,8 +581,8 @@ overflow-checks = false
581
[profile.dev]
582
split-debuginfo = "unpacked"
583
584
-# wait until https://github.com/rust-lang/rust/issues/100142 fixed
585
+# Report to https://github.com/rust-lang/rust/issues/100142 if incremental works well
586
587
[profile.dev.package]
588
addr2line = { opt-level = 3 }
0 commit comments