build: Disable --disable-fuzz-binary for guix builds

pull/21116/head
Hennadii Stepanov 4 years ago
parent fd7caae35f
commit cb151b797a
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -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…
Cancel
Save