We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a920ed9 commit 15cf179Copy full SHA for 15cf179
src/bootstrap/native.rs
@@ -195,6 +195,7 @@ impl Step for Llvm {
195
cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb");
196
// For the time being, disable code signing.
197
cfg.define("LLDB_CODESIGN_IDENTITY", "");
198
+ cfg.define("LLDB_NO_DEBUGSERVER", "ON");
199
} else {
200
// LLDB requires libxml2; but otherwise we want it to be disabled.
201
// See https://github.com/rust-lang/rust/pull/50104
0 commit comments