By using `RUSTFLAGS="-C target-cpu=native"`, the resulting binary will be _far_ less portable, but it can reduce the binary size a fair amount.
By using
RUSTFLAGS="-C target-cpu=native", the resulting binary will be far less portable, but it can reduce the binary size a fair amount.