Skip to content

Commit e6574fe

Browse files
committed
feat: add config for raspberry pi builds
bench: 1041224
1 parent f01d9a5 commit e6574fe

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.aarch64-unknown-linux-gnu]
2+
linker = "aarch64-linux-gnu-gcc"
3+
4+
[target.armv7-unknown-linux-gnueabihf]
5+
linker = "arm-linux-gnu-gcc"

0 commit comments

Comments
 (0)