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.
2 parents 5375cf8 + 5a78b54 commit b6f74e6Copy full SHA for b6f74e6
configure
@@ -848,6 +848,8 @@ do
848
# Disable term-info, linkage of which comes in multiple forms,
849
# making our snapshots incompatible (#9334)
850
LLVM_OPTS="$LLVM_OPTS --disable-terminfo"
851
+ # Try to have LLVM pull in as few dependencies as possible (#9397)
852
+ LLVM_OPTS="$LLVM_OPTS --disable-zlib --disable-libffi"
853
854
case "$CFG_C_COMPILER" in
855
("ccache clang")
src/rustllvm/llvm-auto-clean-trigger
@@ -1,4 +1,4 @@
1
# If this file is modified, then llvm will be forcibly cleaned and then rebuilt.
2
# The actual contents of this file do not matter, but to trigger a change on the
3
# build bots then the contents should be changed so git updates the mtime.
4
-2013-09-22
+2013-09-23
0 commit comments