aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-03-29 06:22:07 +0000
committerBlaž Hrastnik2021-03-29 06:22:07 +0000
commita323155b99de591e0713d1bd31c32dceed569c2e (patch)
tree7affc4f77761b92c74b89408c5835e05db82ea42 /Cargo.toml
parent5c2d2fda213164fe2cba005f28cee263486587ed (diff)
Faster dev builds on OSX if using Rust 1.51.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7dab22e..7511688e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,3 +10,6 @@ members = [
# Build helix-syntax in release mode to make the code path faster in development.
# [profile.dev.package."helix-syntax"]
# opt-level = 3
+
+[profile.dev]
+split-debuginfo = "unpacked"