[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"