aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e52ac6f..2280b9c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,7 @@ members = ["wwb"]
[profile.release]
strip = true
lto = true
-#panic = "abort"
+
+[profile.profiling]
+inherits = "release"
+debug = true