cargo config: add rustc flag "target-cpu=native"
This commit is contained in:
parent
d7eaf811f7
commit
58f7545f4e
@ -13,3 +13,6 @@ timeout = 30 # timeout for each HTTP request, in seconds
|
||||
low-speed-limit = 10 # network timeout threshold (bytes/sec)
|
||||
check-revoke = true # check for SSL certificate revocation
|
||||
multiplexing = true # HTTP/2 multiplexing
|
||||
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = ["-C", "target-cpu=native"]
|
||||
|
Loading…
Reference in New Issue
Block a user