mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
Faster dev builds on OSX if using Rust 1.51.
This commit is contained in:
parent
5c2d2fda21
commit
a323155b99
@ -10,3 +10,6 @@ members = [
|
|||||||
# Build helix-syntax in release mode to make the code path faster in development.
|
# Build helix-syntax in release mode to make the code path faster in development.
|
||||||
# [profile.dev.package."helix-syntax"]
|
# [profile.dev.package."helix-syntax"]
|
||||||
# opt-level = 3
|
# opt-level = 3
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
split-debuginfo = "unpacked"
|
||||||
|
Loading…
Reference in New Issue
Block a user