From 94a513b08f616e0289f2fb4688659143d85f56ad Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Fri, 19 May 2023 09:05:39 +0900 Subject: YJIT: Enable debug symbols in dev_nodebug (#7822) --- yjit/Cargo.toml | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3