diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-08 16:41:05 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-02-08 16:41:05 +0200 |
commit | cb151b797aeabb376d37ef058aee34c06d36d487 (patch) | |
tree | 3b0dd37ffd2768df3c9fa1ce5297ca99ea518881 /contrib | |
parent | fd7caae35fd3f83175247a79f7573e374779a851 (diff) |
build: Disable --disable-fuzz-binary for guix builds
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/guix/libexec/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index 39d3cb9b50..8ea9e00596 100644 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -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 |