diff --git a/Cargo.toml b/Cargo.toml index e6080d5a1ca673dec44ce1724c94c5756bbff21c..8e9ab428c316954974d69eabebeb417231b0edd5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -775,6 +775,8 @@ windows-capture = { git = "https://github.com/zed-industries/windows-capture.git [profile.dev] split-debuginfo = "unpacked" +# https://github.com/rust-lang/cargo/issues/16104 +incremental = false codegen-units = 16 # mirror configuration for crates compiled for the build platform