oops, forgot to commit a rustbuild related file
This commit is contained in:
parent
4f9f7b014e
commit
7b55936869
1 changed files with 2 additions and 1 deletions
|
@ -79,7 +79,8 @@ pub fn llvm(build: &Build, target: &str) {
|
|||
.out_dir(&dst)
|
||||
.profile(profile)
|
||||
.define("LLVM_ENABLE_ASSERTIONS", assertions)
|
||||
.define("LLVM_TARGETS_TO_BUILD", "X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend")
|
||||
.define("LLVM_TARGETS_TO_BUILD",
|
||||
"X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430")
|
||||
.define("LLVM_INCLUDE_EXAMPLES", "OFF")
|
||||
.define("LLVM_INCLUDE_TESTS", "OFF")
|
||||
.define("LLVM_INCLUDE_DOCS", "OFF")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue