mirror of
https://github.com/figsoda/mmtc
synced 2024-11-10 18:24:13 +00:00
add cargo config to target native cpu
This commit is contained in:
parent
d7a3ba39e6
commit
277522df60
1 changed files with 2 additions and 0 deletions
2
.cargo/config.toml
Normal file
2
.cargo/config.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[build]
|
||||
rustflags = ["-Ctarget-cpu=native"]
|
Loading…
Reference in a new issue