mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
build: Disable --disable-fuzz-binary for guix builds
This commit is contained in:
parent
fd7caae35f
commit
cb151b797a
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ fi
|
|||
###########################
|
||||
|
||||
# CONFIGFLAGS
|
||||
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
|
||||
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
|
||||
case "$HOST" in
|
||||
*linux*) CONFIGFLAGS+=" --enable-glibc-back-compat" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue