summary refs log tree commit diff
path: root/ripple/Cargo.toml
diff options
context:
space:
mode:
authoredef <edef@unfathomable.blue>2022-04-26 12:11:42 +0000
committeredef <edef@unfathomable.blue>2022-04-26 12:11:42 +0000
commitb793a1e316725a09a2c5bb10d661bc37258335f6 (patch)
tree70111f4adf81969cb00ef02aa5d49c989777850e /ripple/Cargo.toml
parentb6e4073f445dc35225df58e0f1e33c8da485b0f6 (diff)
ripple: enable debug symbols for release builds
Change-Id: I9f8ce1d844efc6cdfe887c165b34ede7290bb18d
Diffstat (limited to 'ripple/Cargo.toml')
-rw-r--r--ripple/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ripple/Cargo.toml b/ripple/Cargo.toml
index b6025e8..27c40d2 100644
--- a/ripple/Cargo.toml
+++ b/ripple/Cargo.toml
@@ -10,3 +10,6 @@ edition = "2021"
 
 [workspace]
 members = ["fossil", "minitrace"]
+
+[profile.release]
+debug = true