llvm: set nodebug=yes to keep builders alive.

This commit is contained in:
Christian Neukirchen 2016-09-06 22:56:21 +02:00
parent 837af5b2aa
commit 8b252b71a0

View file

@ -14,6 +14,7 @@ configure_args="
-DLLVM_ENABLE_FFI=ON
-DLLVM_BINUTILS_INCDIR=/usr/include
-DCMAKE_INSTALL_DO_STRIP=0"
nodebug=yes # while -DLLVM_LINK_LLVM_DYLIB=OFF
short_desc="Low Level Virtual Machine"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.llvm.org"