aboutsummaryrefslogtreecommitdiffstats
path: root/yjit
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-05-19 09:05:39 +0900
committerGitHub <noreply@github.com>2023-05-19 09:05:39 +0900
commit94a513b08f616e0289f2fb4688659143d85f56ad (patch)
tree83674e6045a958bca7da3481432725457ab99b2f /yjit
parentcfb79973537e081da0ab1aa828883524716efe72 (diff)
downloadruby-94a513b08f616e0289f2fb4688659143d85f56ad.tar.gz
YJIT: Enable debug symbols in dev_nodebug (#7822)
Diffstat (limited to 'yjit')
-rw-r--r--yjit/Cargo.toml1
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"