diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000000..47d6bf5989 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +[build] +# TODO: for some reason, smoldot in particular triggers a lot of incremental compilation issues in the Rust compiler; remove this incremental option at some point in the future +incremental = false