We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4512721 commit 44b5f53Copy full SHA for 44b5f53
src/bootstrap/native.rs
@@ -158,7 +158,7 @@ impl Step for Llvm {
158
.define("LLVM_INCLUDE_TESTS", "OFF")
159
.define("LLVM_INCLUDE_DOCS", "OFF")
160
.define("LLVM_INCLUDE_BENCHMARKS", "OFF")
161
- .define("LLVM_ENABLE_ZLIB", "OFF")
+ .define("LLVM_ENABLE_ZLIB", "ON")
162
.define("WITH_POLLY", "OFF")
163
.define("LLVM_ENABLE_TERMINFO", "OFF")
164
.define("LLVM_ENABLE_LIBEDIT", "OFF")
0 commit comments