Skip to content

Commit

Permalink
Disable unused features in the LLVM build.
Browse files Browse the repository at this point in the history
Issue #1274 - should make the build a wee bit faster.
  • Loading branch information
Austin Seipp authored and brson committed Dec 10, 2011
1 parent f05eaa4 commit 638b514
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure
Expand Up @@ -473,7 +473,8 @@ do
LLVM_DBG_OPTS="--enable-optimized"
LLVM_INST_DIR=$LLVM_BUILD_DIR/Release+Asserts
fi
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs"
# Disable unused LLVM features
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs --disable-jit --enable-bindings=none --disable-threads --disable-pthreads"

LLVM_CXX_32="g++ -m32"
LLVM_CC_32="gcc -m32"
Expand Down

0 comments on commit 638b514

Please sign in to comment.