Notices & clean
[carveJwlIkooP6JGAAIwe30JlM.git] / build.sh
index 63e00b2210f3f48f4d9b65044dfe5d9360b5bca8..bb59b6faf6ff3f181f6d46a43ac738727559dc09 100755 (executable)
--- 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