mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Merge remote-tracking branch 'origin/master' into debug
This commit is contained in:
commit
bd549d8a20
268 changed files with 10671 additions and 2673 deletions
|
@ -7,6 +7,7 @@ members = [
|
|||
"helix-syntax",
|
||||
"helix-lsp",
|
||||
"helix-dap",
|
||||
"xtask",
|
||||
]
|
||||
|
||||
# Build helix-syntax in release mode to make the code path faster in development.
|
||||
|
@ -18,3 +19,4 @@ split-debuginfo = "unpacked"
|
|||
|
||||
[profile.release]
|
||||
lto = "thin"
|
||||
# debug = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue