X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;h=1bf5fdde0532db350608e3419d4640df80bcdab5;hb=c2d67378dd5c82de50b8fbbbe222ec6be2da4eee;hp=63e00b2210f3f48f4d9b65044dfe5d9360b5bca8;hpb=a9f402f2e336dadff2207dacf69416a66f50c8f8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.sh b/build.sh index 63e00b2..1bf5fdd 100755 --- a/build.sh +++ b/build.sh @@ -239,5 +239,8 @@ vg_command(){ esac } +lsan_file=$(realpath ".lsan_suppress.txt") +export LSAN_OPTIONS="suppressions=$lsan_file" + vg_command debug source vg/vg_build.sh