diff --git a/native/candlex/.cargo/config.toml b/native/candlex/.cargo/config.toml index 5158329..1602afb 100644 --- a/native/candlex/.cargo/config.toml +++ b/native/candlex/.cargo/config.toml @@ -4,12 +4,6 @@ rustflags = [ "-C", "link-arg=dynamic_lookup", ] -# See https://github.com/rust-lang/rust/issues/59302 -[target.x86_64-unknown-linux-musl] -rustflags = [ - "-C", "target-feature=-crt-static" -] - # Provides a small build size, but takes more time to build. [profile.release] lto = true