mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-09 18:00:13 +02:00
build: Disable valgrind when building zeromq package in depends
We are not running unit tests, therefore it is not required.
This commit is contained in:
@ -6,7 +6,7 @@ $(package)_sha256_hash=c593001a89f5a85dd2ddf564805deb860e02471171b3f204944857336
|
||||
$(package)_patches=remove_libstd_link.patch netbsd_kevent_void.patch
|
||||
|
||||
define $(package)_set_vars
|
||||
$(package)_config_opts = --without-docs --disable-shared
|
||||
$(package)_config_opts = --without-docs --disable-shared --disable-valgrind
|
||||
$(package)_config_opts += --disable-perf --disable-curve-keygen --disable-curve --disable-libbsd
|
||||
$(package)_config_opts += --without-libsodium --without-libgssapi_krb5 --without-pgm --without-norm --without-vmci
|
||||
$(package)_config_opts += --disable-libunwind --disable-radix-tree --without-gcov --disable-dependency-tracking
|
||||
|
Reference in New Issue
Block a user