From 8b252b71a0b6ced365397e0a8a0bd9ddc4a4a00f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 6 Sep 2016 22:56:21 +0200 Subject: [PATCH] llvm: set nodebug=yes to keep builders alive. --- srcpkgs/llvm/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/llvm/template b/srcpkgs/llvm/template index ddb48575de0..4135e22975f 100644 --- a/srcpkgs/llvm/template +++ b/srcpkgs/llvm/template @@ -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 " homepage="http://www.llvm.org"