We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f32ccf + 3847786 commit 0cade8aCopy full SHA for 0cade8a
1 file changed
src/bootstrap/src/utils/cc_detect.rs
@@ -48,9 +48,6 @@ fn new_cc_build(build: &Build, target: TargetSelection) -> cc::Build {
48
if target.is_msvc() {
49
cfg.static_crt(true);
50
}
51
- if target.contains("musl") {
52
- cfg.static_flag(true);
53
- }
54
55
56
cfg
0 commit comments