We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1920d7 commit 42942fcCopy full SHA for 42942fc
.github/workflows/release.yaml
@@ -78,7 +78,7 @@ jobs:
78
79
- name: Copy binaries (non-win)
80
if: matrix.os != 'windows-latest'
81
- run: cp ./target/${{ env.PROFILE }}/ra_lsp_server* ./dist
+ run: cp ./target/${{ env.PROFILE }}/ra_lsp_server ./dist
82
83
- name: Copy binaries (win)
84
if: matrix.os == 'windows-latest'
Cargo.toml
@@ -8,6 +8,8 @@ debug = 0
8
9
[profile.release]
10
incremental = true
11
+lto = true
12
+codegen-units = 1
13
debug = 0 # set this to 1 or 2 to get more useful backtraces in debugger
14
15
[patch.'crates-io']
0 commit comments