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.
This commit is contained in:
parent
7c9809eeb2
commit
772af7ffb1
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ default-members = [
|
||||||
"helix-term"
|
"helix-term"
|
||||||
]
|
]
|
||||||
|
|
||||||
[profile.dev]
|
|
||||||
split-debuginfo = "unpacked"
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
lto = "thin"
|
lto = "thin"
|
||||||
# debug = true
|
# debug = true
|
||||||
|
|
Loading…
Reference in a new issue