mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
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
@ -14,9 +14,6 @@ default-members = [
|
||||
"helix-term"
|
||||
]
|
||||
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked"
|
||||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
# debug = true
|
||||
|
Loading…
Reference in New Issue
Block a user