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