summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-05-08 21:29:10 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-05-09 10:22:05 +0200
commitd4ec15d5b7c64cd62b6f729c1334c167da5886b4 (patch)
tree716e73f524c120b8e6251adf1c09e28478185d8e /bin
parent90523fd368cf249cb00bd1d881a2a19e1510ca85 (diff)
rsc is no more, but concat-deps leaks instead so still need this
Change-Id: I06474f973c1858ed0740232dc75cfd75b8c4706e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134031 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/oss-fuzz-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/oss-fuzz-build.sh b/bin/oss-fuzz-build.sh
index 3d0685f88e2a..d0a206e33bb9 100755
--- a/bin/oss-fuzz-build.sh
+++ b/bin/oss-fuzz-build.sh
@@ -28,7 +28,7 @@ export CC_FOR_BUILD="$CC"
#similarly force the -fsanitize etc args in as well as pthread to get
#things to link successfully during the build
export LDFLAGS="$CFLAGS -Wl,--compress-debug-sections,zlib -lpthread"
-#build-time rsc tool leaks a titch
+#build-time concat-deps tool leaks a titch
export ASAN_OPTIONS="detect_leaks=0"
cd $WORK