set optlevel and cpu-target=native

This commit is contained in:
Daniel Bauer
2018-10-15 11:19:41 +02:00
parent b07c88ddf8
commit 764804d06f
3 changed files with 5 additions and 95 deletions

2
.cargo/config Normal file
View File

@@ -0,0 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]