mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-18 13:54:47 -07:00
12 lines
258 B
TOML
12 lines
258 B
TOML
[target.armv7-unknown-linux-gnueabihf]
|
|
linker = "arm-linux-gnueabihf-gcc"
|
|
rustflags = ["-C", "target-feature=+crt-static"]
|
|
|
|
# optimizations to reduce the binary size
|
|
[profile.release]
|
|
strip = true
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|
|
panic = "abort"
|