about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-11-15 09:10:23 -0800
committerGitHub <noreply@github.com>2016-11-15 09:10:23 -0800
commit43006fcea0066a935b657fff9ccef56983cbf56c (patch)
treef70413548d8a272f2e458e898543bfa88541457f /src
parent30857ae8f67676e32322cdbb6c606c319eacdd73 (diff)
parentd3574b8dc756c5bd5dd2d7b8053c0de15b902691 (diff)
downloadrust-43006fcea0066a935b657fff9ccef56983cbf56c.tar.gz
rust-43006fcea0066a935b657fff9ccef56983cbf56c.zip
Auto merge of #37742 - mrhota:llvm_debuginfo, r=alexcrichton
Add llvm debuginfo configure option

CC @nnethercote @Mark-Simulacrum

We add a new configure option, `--enable-llvm-debuginfo`, to do exactly what you'd think.

Re: #31033

Fixes #37738
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/config.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/config.rs b/src/bootstrap/config.rs
index 50c703a7354..945d482c2aa 100644
--- a/src/bootstrap/config.rs
+++ b/src/bootstrap/config.rs
@@ -339,6 +339,7 @@ impl Config {
                 ("COMPILER_DOCS", self.compiler_docs),
                 ("DOCS", self.docs),
                 ("LLVM_ASSERTIONS", self.llvm_assertions),
+                ("LLVM_RELEASE_DEBUGINFO", self.llvm_release_debuginfo),
                 ("OPTIMIZE_LLVM", self.llvm_optimize),
                 ("LLVM_VERSION_CHECK", self.llvm_version_check),
                 ("LLVM_STATIC_STDCPP", self.llvm_static_stdcpp),