mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-15 11:36:00 -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
|
||||||
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
|
CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
|
||||||
case "$HOST" in
|
case "$HOST" in
|
||||||
*linux*) CONFIGFLAGS+=" --enable-glibc-back-compat" ;;
|
*linux*) CONFIGFLAGS+=" --enable-glibc-back-compat" ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue