summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad22026..e7e33fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,9 +13,9 @@ fnv = "1.0.6"
rayon = "1.1.0"
[profile.release]
-debug = true
-debug-assertions = true
-overflow-checks = true
+# debug = true
+# debug-assertions = true
+# overflow-checks = true
[features]
logging = []