Unnamed repository; edit this file 'description' to name the repository.
remove `split-debuginfo` setting (#3691)
According to [the rustc book](https://doc.rust-lang.org/rustc/codegen-options/index.html#split-debuginfo), this is not supported on Windows. It also prevents Helix from compiling on the latest nightly.
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -14,9 +14,6 @@ default-members = [ "helix-term" ] -[profile.dev] -split-debuginfo = "unpacked" - [profile.release] lto = "thin" # debug = true |