summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@pep.foundation>2019-01-31 13:08:58 +0100
committerNeal H. Walfield <neal@pep.foundation>2019-01-31 13:08:58 +0100
commit33233a5743ae333679b3f7300fa552fbbc3d5b48 (patch)
tree3b6ffe539ee108d7795689a0fba9e323caabc3ff /Cargo.toml
parent68c5ccc29ceb2167516d37d20d952d56865e327d (diff)
When building in release mode, include debug symbols
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 a330a5f8..52b1ac30 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,3 +37,6 @@ sequoia-guide = { path = "guide", version = "0.3.0" }
[lib]
name = "sequoia"
path = "src/lib.rs"
+
+[profile.release]
+debug = true