summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dfea4e5..397b314 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -79,15 +79,6 @@ opt-level = 3
lto = true
strip = true
-[profile.release-opt]
-inherits = "release"
-codegen-units = 1
-debug = false
-incremental = false
-opt-level = 3
-overflow-checks = false
-strip = "debuginfo"
-
[lints.rust]
missing_debug_implementations = "deny"
unsafe_code = "deny"