Build Apple's llvmCore with --disable-zlib. <rdar://problem/14182316>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184164 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bob Wilson 2013-06-18 01:22:29 +00:00
parent c60c86dcae
commit 098f1ba00a

View File

@ -103,7 +103,8 @@ COMMON_CONFIGURE_OPTS="\
--prefix=$DEST_DIR$DEST_ROOT \
--enable-assertions=$LLVM_ASSERTIONS \
--enable-optimized=$LLVM_OPTIMIZED \
--disable-bindings"
--disable-bindings \
--disable-zlib"
COMMON_MAKEFLAGS="\
UNIVERSAL=1 \