0
0
Fork 0
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:
Hennadii Stepanov 2021-02-08 16:41:05 +02:00
parent fd7caae35f
commit cb151b797a
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -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