Skip to content

Commit f8eb2a6

Browse files
committed
Disable Z3 in LLVM build
1 parent d56128d commit f8eb2a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/native.rs

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ impl Step for Llvm {
150150
.define("WITH_POLLY", "OFF")
151151
.define("LLVM_ENABLE_TERMINFO", "OFF")
152152
.define("LLVM_ENABLE_LIBEDIT", "OFF")
153+
.define("LLVM_ENABLE_Z3_SOLVER", "OFF")
153154
.define("LLVM_PARALLEL_COMPILE_JOBS", builder.jobs().to_string())
154155
.define("LLVM_TARGET_ARCH", target.split('-').next().unwrap())
155156
.define("LLVM_DEFAULT_TARGET_TRIPLE", target);

0 commit comments

Comments
 (0)