# How I compile on pi
```sh
RUSTFLAGS="-C link-arg=-s" cargo build --release --target=armv7-unknown-linux-musleabihf
```