aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorKirawi2022-10-03 15:04:19 +0000
committerGitHub2022-10-03 15:04:19 +0000
commit772af7ffb1d3a4ae22505693ae803c8d852336f3 (patch)
tree1a6e5b36fe6d4d09729f19c5a580ce3c18c32b5e /Cargo.toml
parent7c9809eeb2708a9eba3c3cc48c9513e9892409f0 (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 780811f7..9e985ddc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,9 +14,6 @@ default-members = [
"helix-term"
]
-[profile.dev]
-split-debuginfo = "unpacked"
-
[profile.release]
lto = "thin"
# debug = true