We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 485835e + fcf134f commit 606ea70Copy full SHA for 606ea70
changelog.md
@@ -2,6 +2,7 @@
2
3
## Unreleased
4
<!-- 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
6
7
## 3.14.0
8
`2025-4-7`
make.lua
@@ -51,6 +51,7 @@ lm:executable "lua-language-server" {
51
},
52
linux = {
53
crt = "static",
54
+ ldflags = { "-rdynamic" },
55
}
56
57
0 commit comments