summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2023-05-07 09:58:41 -0500
committerGitHub <noreply@github.com>2023-05-07 09:58:41 -0500
commit8ab4d1a58e6128f8c32981ee3f667e89d09c758b (patch)
treeb76c43e35fcc33c9d675bd9a8fe311683b807a66
parent47b5ea6a9a914585a52bebe3d1e6be328a551734 (diff)
downloadcryptography-8ab4d1a58e6128f8c32981ee3f667e89d09c758b.tar.gz
Try using the default LTO (#8883)
-rw-r--r--src/rust/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml
index 52e179a4c..d221cb17a 100644
--- a/src/rust/Cargo.toml
+++ b/src/rust/Cargo.toml
@@ -32,7 +32,6 @@ name = "cryptography_rust"
crate-type = ["cdylib"]
[profile.release]
-lto = "thin"
overflow-checks = true
[workspace]