Add convenience script for building with target native cpu.
This commit is contained in:
parent
608fe8bda1
commit
181f7a6b85
2
build_native.sh
Executable file
2
build_native.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
RUSTFLAGS="-C target-cpu=native" cargo build --release
|
Loading…
Reference in New Issue
Block a user