Skip to content

Commit

Permalink
Disable the static linking (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Mar 14, 2023
1 parent 0795fd0 commit 4faf36f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 4faf36f

Please sign in to comment.