Disable resumption
This commit is contained in:
parent
c053e4ada3
commit
2a8aba6346
8 changed files with 27 additions and 21 deletions
|
|
@ -19,4 +19,8 @@ incremental = false
|
|||
lto = "fat"
|
||||
opt-level = 3
|
||||
panic = "abort"
|
||||
strip = true
|
||||
#strip = true
|
||||
|
||||
[patch.crates-io]
|
||||
rustls = { path = "../rustls/rustls" }
|
||||
rustls-platform-verifier = { path = "../rustls-platform-verifier/rustls-platform-verifier"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue