`-C target-cpu=native`

Author: jhprattCreated May 7, 2020Updated Jun 14, 2020
Labelsenhancement

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.

Source: johnthagen/min-sized-rust