diff --git a/.cargo/config.toml b/.cargo/config.toml index 5f2d4f9..240ca5b 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"]