diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..9708096 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,3 @@ +#See https://github.com/rust-lang/rust/pull/58575#issuecomment-496026747 +[target.x86_64-unknown-linux-musl] +rustflags = ["-C", "target-feature=-crt-static"]