Skip to content

Commit b77f8f4

Browse files
committed
[utils/build-parser-lib] Set "LLVM_ENABLE_ZLIB=FALSE" since we don't need it for the parser library
1 parent 671ab5a commit b77f8f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/build-parser-lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ class Builder(object):
238238
"-DLLVM_ENABLE_LIBXML2=FALSE",
239239
"-DLLVM_ENABLE_LIBEDIT=FALSE",
240240
"-DLLVM_ENABLE_TERMINFO=FALSE",
241+
"-DLLVM_ENABLE_ZLIB=FALSE",
241242
]
242243
# We are not using cmark but initialize the CMARK variables to something so
243244
# that configure can succeed.

0 commit comments

Comments
 (0)