Skip to content

Commit

Permalink
Set LLDB_NO_DEBUGSERVER=ON
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jan 25, 2019
1 parent a920ed9 commit 15cf179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/native.rs
Expand Up @@ -195,6 +195,7 @@ impl Step for Llvm {
cfg.define("LLVM_ENABLE_PROJECTS", "clang;lldb");
// For the time being, disable code signing.
cfg.define("LLDB_CODESIGN_IDENTITY", "");
cfg.define("LLDB_NO_DEBUGSERVER", "ON");
} else {
// LLDB requires libxml2; but otherwise we want it to be disabled.
// See https://github.com/rust-lang/rust/pull/50104
Expand Down

0 comments on commit 15cf179

Please sign in to comment.