diff options
-rw-r--r-- | yjit/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/yjit/Cargo.toml b/yjit/Cargo.toml index c29ff41fd9..8cd593e4ee 100644 --- a/yjit/Cargo.toml +++ b/yjit/Cargo.toml @@ -32,7 +32,6 @@ overflow-checks = true [profile.dev_nodebug] inherits = "dev" -debug = false [profile.stats] inherits = "release" |