summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-03-05 11:07:41 +0200
committerLars Wirzenius <liw@liw.fi>2021-03-05 12:14:22 +0200
commitefaa3d0d31a9dc4caed0a4b1aa6810d7ae19f9c8 (patch)
tree59f9ada88631852fcfc0fa99a651b06ebccd7250
parenteb43d0e199abba23784fd976f43352ae15f6c8e5 (diff)
downloadobnam2-efaa3d0d31a9dc4caed0a4b1aa6810d7ae19f9c8.tar.gz
pers: enable debug symbols in release builds for flamegraph
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9bd95e..fb0403f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,3 +34,6 @@ users = "0.11"
uuid = { version = "0.8", features = ["v4"] }
walkdir = "2"
warp = { version = "0.2", features = ["tls"] }
+
+[profile.release]
+debug = true