Add convenience script for building with target native cpu.

This commit is contained in:
Nathan Vegdahl 2022-08-02 15:13:52 -07:00
parent 608fe8bda1
commit 181f7a6b85

2
build_native.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
RUSTFLAGS="-C target-cpu=native" cargo build --release