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 faaf15b commit d9edb07Copy full SHA for d9edb07
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: f05eaa4a650132174a43113e7bf1bce293515428
+refs/heads/master: 638b51488f444213eb9430b34a833905274cd424
trunk/configure
@@ -473,7 +473,8 @@ do
473
LLVM_DBG_OPTS="--enable-optimized"
474
LLVM_INST_DIR=$LLVM_BUILD_DIR/Release+Asserts
475
fi
476
- LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs"
+ # Disable unused LLVM features
477
+ LLVM_OPTS="$LLVM_DBG_OPTS --disable-docs --disable-jit --enable-bindings=none --disable-threads --disable-pthreads"
478
479
LLVM_CXX_32="g++ -m32"
480
LLVM_CC_32="gcc -m32"
0 commit comments