We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd7caae commit cb151b7Copy full SHA for cb151b7
contrib/guix/libexec/build.sh
@@ -204,7 +204,7 @@ fi
204
###########################
205
206
# CONFIGFLAGS
207
-CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests"
+CONFIGFLAGS="--enable-reduce-exports --disable-bench --disable-gui-tests --disable-fuzz-binary"
208
case "$HOST" in
209
*linux*) CONFIGFLAGS+=" --enable-glibc-back-compat" ;;
210
esac
0 commit comments