Skip to content

Commit d82c1b4

Browse files
committed
#503 Revert static libc change
because it causes build errors that I don't want to fix now
1 parent 1438f3a commit d82c1b4

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.cargo/config

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ rustflags = ["-Ctarget-feature=+crt-static"]
99
[target.x86_64-pc-windows-msvc]
1010
rustflags = ["-Ctarget-feature=+crt-static"]
1111

12-
[target.aarch64-unknown-linux-gnu]
13-
rustflags = ["-Ctarget-feature=+crt-static"]
14-
15-
[target.armv7-unknown-linux-gnueabihf]
16-
rustflags = ["-Ctarget-feature=+crt-static"]
17-
18-
[target.x86_64-unknown-linux-gnu]
19-
rustflags = ["-Ctarget-feature=+crt-static"]
12+
# Doesn't work for now because of: https://github.com/rust-lang/rust/issues/78210
13+
# TODO-medium Try again later. Not urgent.
14+
#[target.aarch64-unknown-linux-gnu]
15+
#rustflags = ["-Ctarget-feature=+crt-static"]
16+
#
17+
#[target.armv7-unknown-linux-gnueabihf]
18+
#rustflags = ["-Ctarget-feature=+crt-static"]
19+
#
20+
#[target.x86_64-unknown-linux-gnu]
21+
#rustflags = ["-Ctarget-feature=+crt-static"]

0 commit comments

Comments
 (0)