diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index 32fa9e25737d..dc5d10c8e883 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 |