diff options
author | Takashi Kokubun <[email protected]> | 2023-05-19 09:05:39 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2023-05-19 09:05:39 +0900 |
commit | 94a513b08f616e0289f2fb4688659143d85f56ad (patch) | |
tree | 83674e6045a958bca7da3481432725457ab99b2f | |
parent | cfb79973537e081da0ab1aa828883524716efe72 (diff) |
YJIT: Enable debug symbols in dev_nodebug (#7822)
Notes
Notes:
Merged-By: k0kubun <[email protected]>
-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" |