cargo config: add rustc flag "target-cpu=native"

This commit is contained in:
surtur 2022-04-16 17:49:02 +02:00
parent d7eaf811f7
commit 58f7545f4e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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"]