diff options
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,3 +10,6 @@ members = [ # Build helix-syntax in release mode to make the code path faster in development. # [profile.dev.package."helix-syntax"] # opt-level = 3 + +[profile.dev] +split-debuginfo = "unpacked" |