Skip to content

Commit 15cf179

Browse files
committed
Set LLDB_NO_DEBUGSERVER=ON
1 parent a920ed9 commit 15cf179

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/native.rs

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ impl Step for Llvm {
195195
cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb");
196196
// For the time being, disable code signing.
197197
cfg.define("LLDB_CODESIGN_IDENTITY", "");
198+
cfg.define("LLDB_NO_DEBUGSERVER", "ON");
198199
} else {
199200
// LLDB requires libxml2; but otherwise we want it to be disabled.
200201
// See https://github.com/rust-lang/rust/pull/50104

0 commit comments

Comments
 (0)