Skip to content

Commit 638b514

Browse files
Austin Seippbrson
Austin Seipp
authored andcommitted
Disable unused features in the LLVM build.
Issue #1274 - should make the build a wee bit faster.
1 parent f05eaa4 commit 638b514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure

+2-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,8 @@ do
473473
LLVM_DBG_OPTS="--enable-optimized"
474474
LLVM_INST_DIR=$LLVM_BUILD_DIR/Release+Asserts
475475
fi
476-
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs"
476+
# Disable unused LLVM features
477+
LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs --disable-jit --enable-bindings=none --disable-threads --disable-pthreads"
477478

478479
LLVM_CXX_32="g++ -m32"
479480
LLVM_CC_32="gcc -m32"

0 commit comments

Comments
 (0)