X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=build.sh;h=bb59b6faf6ff3f181f6d46a43ac738727559dc09;hb=d00b1df8f80e4714dc2f9aa2189d242bb4d09a2f;hp=63e00b2210f3f48f4d9b65044dfe5d9360b5bca8;hpb=a9f402f2e336dadff2207dacf69416a66f50c8f8;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/build.sh b/build.sh index 63e00b2..bb59b6f 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright (C) 2021-2022 Harry Godden (hgn) - All Rights Reserved +# +# Copyright (C) 2021-2022 Mt.ZERO Software, Harry Godden - All Rights Reserved # # Main cross-compiling build script for Skate Rift # Supports Linux and Windows building from a Linux Host @@ -239,5 +240,8 @@ vg_command(){ esac } +lsan_file=$(realpath ".lsan_suppress.txt") +export LSAN_OPTIONS="suppressions=$lsan_file" + vg_command debug source vg/vg_build.sh