mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-26 01:34:44 -07:00
12 lines
287 B
TOML
12 lines
287 B
TOML
[build]
|
|
target = "armv7-unknown-linux-gnueabihf"
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
[alias]
|
|
test_pc = "test --target=x86_64-unknown-linux-gnu"
|
|
build_pc = "build --target=x86_64-unknown-linux-gnu"
|
|
|
|
|
|
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|