summaryrefslogtreecommitdiff
path: root/bin/oss-fuzz-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/oss-fuzz-build.sh')
-rwxr-xr-xbin/oss-fuzz-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh
index a544a5069ff1..0e37243c8a7c 100755
--- a/bin/oss-fuzz-build.sh
+++ b/bin/oss-fuzz-build.sh
@@ -17,6 +17,8 @@ df -h $OUT $WORK
cd $WORK
$SRC/libreoffice/autogen.sh --with-distro=LibreOfficeOssFuzz --with-external-tar=$SRC
+make clean
+
#build-time rsc tool leaks a titch
export ASAN_OPTIONS="detect_leaks=0"
@@ -51,5 +53,3 @@ cp $SRC/*_seed_corpus.zip $OUT
cp $SRC/*.dict $OUT
#options files
cp $SRC/libreoffice/vcl/workben/*.options $OUT
-
-make clean