libcxx: remove VERBOSE=1 make_build_args

This commit is contained in:
John 2021-02-08 23:00:28 +01:00
parent 4f1400c710
commit b0b12a2bc9

View file

@ -9,7 +9,6 @@ configure_args+=" -DLIBCXX_CXX_ABI=libcxxabi -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=
-DLIBCXXABI_USE_LLVM_UNWINDER=1"
hostmakedepends="llvm11 clang-tools-extra python3"
makedepends="libcxxabi-devel llvm11 llvm-libunwind-devel"
make_build_args="VERBOSE=1"
short_desc="New implementation of the C++ standard library, targeting C++11, C++14 and above"
maintainer="Orphaned <orphan@voidlinux.org>"
license="NCSA, MIT"