summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 01abf5d..86a4b95 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,10 @@ lazy_static = "1.0"
[[bench]]
name = "engine"
-harness = false \ No newline at end of file
+harness = false
+
+[profile.release]
+debug = true
+
+[features]
+benchmarking = [] \ No newline at end of file