Skip to content

Commit d9edb07

Browse files
Austin Seippbrson
authored andcommitted
---
yaml --- r: 6648 b: refs/heads/master c: 638b514 h: refs/heads/master v: v3
1 parent faaf15b commit d9edb07

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: f05eaa4a650132174a43113e7bf1bce293515428
2+
refs/heads/master: 638b51488f444213eb9430b34a833905274cd424

trunk/configure

Lines changed: 2 additions & 1 deletion
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)