From 8c7b836a7c0dc9f2b78edfb3f2363ea37079987a Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:14:04 -0300 Subject: [PATCH] not now --- native/candlex/.cargo/config.toml | 6 ------ 1 file changed, 6 deletions(-) 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