diff options
-rw-r--r-- | build-gluster-org/scripts/fedora-smoke.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/fedora-smoke.sh b/build-gluster-org/scripts/fedora-smoke.sh index 2c18ef8..7f85d3d 100644 --- a/build-gluster-org/scripts/fedora-smoke.sh +++ b/build-gluster-org/scripts/fedora-smoke.sh @@ -13,5 +13,5 @@ cd $P/scratch; rm -rf $P/install; $SRC/configure --prefix=$P/install --with-mountutildir=$P/install/sbin \ --with-initdir=$P/install/etc --localstatedir=/var \ - --enable-bd-xlator=yes --enable-debug --enable-gnfs --silent + --disable-bd-xlator --enable-debug --enable-gnfs --silent make CFLAGS="-Wall -Werror -Wno-cpp" -j ${nproc}; |