1 2 3 4 5 6
build: RUSTFLAGS="-C target-cpu=native" cargo build --release test: RUSTFLAGS="-C target-cpu=native" cargo test --release doc: RUSTFLAGS="-C target-cpu=native" cargo doc --release --open