Skip to content

Commit ee7ef69

Browse files
kirawipathwave
authored andcommitted
remove split-debuginfo setting (helix-editor#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.
1 parent 03daeeb commit ee7ef69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ default-members = [
1414
"helix-term"
1515
]
1616

17-
[profile.dev]
18-
split-debuginfo = "unpacked"
19-
2017
[profile.release]
2118
lto = "thin"
2219
# debug = true

0 commit comments

Comments
 (0)