diff options
Diffstat (limited to 'tvix/eval/Cargo.toml')
-rw-r--r-- | tvix/eval/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tvix/eval/Cargo.toml b/tvix/eval/Cargo.toml index e0c452ed5890..1b24f6401343 100644 --- a/tvix/eval/Cargo.toml +++ b/tvix/eval/Cargo.toml @@ -60,7 +60,3 @@ backtrace_overflow = [ "backtrace-on-stack-overflow" ] [[bench]] name = "eval" harness = false - -[profile.release-with-debug] -inherits = "release" -debug = true |