Skip to content

Commit f999b17

Browse files
committed
Start building a multithreaded rust
1 parent 9baf235 commit f999b17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configure

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,7 @@ do
818818

819819
# Disable unused LLVM features
820820
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs \
821-
--enable-bindings=none --disable-threads \
822-
--disable-pthreads"
821+
--enable-bindings=none"
823822

824823
if [ "$CFG_C_COMPILER" = "clang" ]
825824
then

0 commit comments

Comments
 (0)