aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2020-04-16 20:46:43 +0200
committerAlex Auvolat <alex@adnab.me>2020-04-16 20:46:43 +0200
commit4fe8329847fe5d39495e4ffda261373f46d2d547 (patch)
tree975c543d7e77b0cc7badff640d20aa119925104e /Cargo.toml
parent768d22ccdb5e8f563145fdf26ba0c336f31b2ccf (diff)
downloadgarage-4fe8329847fe5d39495e4ffda261373f46d2d547.tar.gz
garage-4fe8329847fe5d39495e4ffda261373f46d2d547.zip
Enable debug info in release profile
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c339f7a6..478aa1bc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,3 +37,6 @@ webpki = "0.21"
[profile.dev]
lto = "off"
+
+[profile.release]
+debug = true