diff --git a/Cargo.toml b/Cargo.toml
index d7dab22e..7511688e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"