aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2021-02-09 20:03:06 +0100
committerGustav Sörnäs <gustav@sornas.net>2021-02-09 20:03:06 +0100
commit256008862fc0eac27d2465d8b6e5140faa4c5c62 (patch)
treeef1942a301f23c67ba072fe37eb5f7ed6517577f
parente5dbfcc7991317f7afe02a2f6a1d3663b260de30 (diff)
downloadsylt-unsafe.tar.gz
enable debug symbols in releaseunsafe
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f6b763f..9ad97e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ criterion = { version = "0.3", optional = true }
[profile.release]
lto = "thin"
+debug = true
[[bench]]
name = "sylt_benchmark"