about summary refs log tree commit diff
path: root/tvix/eval/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r--tvix/eval/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml
index 32fa9e2573..dc5d10c8e8 100644
--- a/tvix/eval/Cargo.toml
+++ b/tvix/eval/Cargo.toml
@@ -36,3 +36,7 @@ disassembler = ["dep:tabwriter"]
 [[bench]]
 name = "eval"
 harness = false
+
+[profile.release-with-debug]
+inherits = "release"
+debug = true