mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 02:33:07 +02:00
build: Disable --disable-fuzz-binary for guix builds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user