diff --git a/Cargo.toml b/Cargo.toml index 0ead3cee38719e7001c9fe6f0e2ec8152231963a..a847a2328e109afc2b016acf7fc6f6b7ab92a623 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -800,8 +800,7 @@ calloop = { git = "https://github.com/zed-industries/calloop" } [profile.dev] split-debuginfo = "unpacked" -# https://github.com/rust-lang/cargo/issues/16104 -incremental = false +incremental = true codegen-units = 16 # mirror configuration for crates compiled for the build platform