Skip to content

Commit 0b2254e

Browse files
authored
chore: switch to nightly toochain, strip symbols (#463)
1 parent 12473d8 commit 0b2254e

File tree

18 files changed

+305
-739
lines changed

18 files changed

+305
-739
lines changed

.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ linker = "aarch64-linux-gnu-gcc"
55
linker = "arm-linux-gnueabihf-gcc"
66

77
[target.aarch64-unknown-linux-musl]
8-
linker = "aarch64-linux-gnu-gcc"
9-
rustflags = ["-C", "target-feature=-crt-static", "-C", "link-arg=-lgcc"]
8+
linker = "aarch64-linux-musl-gcc"
9+
rustflags = ["-C", "target-feature=-crt-static"]

0 commit comments

Comments
 (0)