File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414linker = " clang"
1515rustflags = [
1616 " -C" , " link-arg=-fuse-ld=/usr/bin/mold" ,
17- " -C" , " target-feature=- crt-static"
17+ " -C" , " target-feature=+ crt-static"
1818]
1919
2020# Should be the default to have fully static rust programs in CI
2121[target .aarch64-unknown-linux-musl ]
2222linker = " clang"
2323rustflags = [
2424 " -C" , " link-arg=-fuse-ld=/usr/bin/mold" ,
25- " -C" , " target-feature=- crt-static"
25+ " -C" , " target-feature=+ crt-static"
2626]
2727
2828[build ]
Original file line number Diff line number Diff line change 1414linker = " clang"
1515rustflags = [
1616 " -C" , " link-arg=-fuse-ld=/usr/bin/mold" ,
17- " -C" , " target-feature=- crt-static"
17+ " -C" , " target-feature=+ crt-static"
1818]
1919
2020# Should be the default to have fully static rust programs in CI
2121[target .aarch64-unknown-linux-musl ]
2222linker = " clang"
2323rustflags = [
2424 " -C" , " link-arg=-fuse-ld=/usr/bin/mold" ,
25- " -C" , " target-feature=- crt-static"
25+ " -C" , " target-feature=+ crt-static"
2626]
2727
2828[build ]
You can’t perform that action at this time.
0 commit comments