Skip to content

Commit

Permalink
remove split-debuginfo setting (helix-editor#3691)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kirawi authored and pathwave committed Nov 4, 2022
1 parent 03daeeb commit ee7ef69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ default-members = [
"helix-term"
]

[profile.dev]
split-debuginfo = "unpacked"

[profile.release]
lto = "thin"
# debug = true
Expand Down

0 comments on commit ee7ef69

Please sign in to comment.