Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /