From 4faf36f9f412c1eaaf77dc87029d89b55f8589c5 Mon Sep 17 00:00:00 2001 From: MOZGIII Date: Tue, 14 Mar 2023 19:13:26 +0400 Subject: [PATCH] Disable the static linking (#41) --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9c0ef7a..ea9fb45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,3 @@ cargo-features = ["profile-rustflags"] [workspace] resolver = "2" members = ["crates/*"] - -[profile.dev.package.humanode-distribution] -rustflags = ["-C", "target-feature=+crt-static"] - -[profile.release.package.humanode-distribution] -rustflags = ["-C", "target-feature=+crt-static"]