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 032dcc5 commit 7f61b31Copy full SHA for 7f61b31
configure
@@ -834,9 +834,7 @@ do
834
LLVM_TARGET="--target=$t"
835
836
# Disable unused LLVM features
837
- LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs \
838
- --enable-bindings=none --disable-threads \
839
- --disable-pthreads"
+ LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs --enable-bindings=none"
840
841
case "$CFG_C_COMPILER" in
842
("ccache clang")
0 commit comments