Skip to content

Commit 606ea70

Browse files
authored
Merge pull request #3147 from vworlds/fix-debugserver-linux
[fix] Linux debugging server not starting
2 parents 485835e + fcf134f commit 606ea70

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44
<!-- Add all new changes here. They will be moved under a version at release -->
5+
* `FIX` cannot debug in Linux due to lua-debug expecting host process to have lua54 symbols available
56

67
## 3.14.0
78
`2025-4-7`

make.lua

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ lm:executable "lua-language-server" {
5151
},
5252
linux = {
5353
crt = "static",
54+
ldflags = { "-rdynamic" },
5455
}
5556
}
5657

0 commit comments

Comments
 (0)