Let rustbuild parse llvm debuginfo option

update_with_config_mk() needs to read the new llvm debuginfo config
option from config.mk. Other than that, rustbuild already supports
LLVM's RelWithDebInfo build type.
This commit is contained in:
A.J. Gardner 2016-11-13 12:27:57 -06:00
parent 7a91d4a25b
commit aea1a51561
1 changed files with 1 additions and 0 deletions

View File

@ -339,6 +339,7 @@ impl Config {
("COMPILER_DOCS", self.compiler_docs),
("DOCS", self.docs),
("LLVM_ASSERTIONS", self.llvm_assertions),
("LLVM_DEBUGINFO", self.llvm_release_debuginfo),
("OPTIMIZE_LLVM", self.llvm_optimize),
("LLVM_VERSION_CHECK", self.llvm_version_check),
("LLVM_STATIC_STDCPP", self.llvm_static_stdcpp),