This file has been tested on linux, other platforms may need some tweaks, and/or dedicated files. This is used to suppress errors with builds integrating ASAN sanitazing tools, regarding memleaks detected in some third party libraries. To use it, define the envvar option like that: `LSAN_OPTIONS=print_suppressions=false:suppressions=/path/to/blender/source/tools/config/analysis/lsan.supp` This is especially usefull when running ctest. NOTE: Will also update https://wiki.blender.org/wiki/Tools/Tests/Setup and https://wiki.blender.org/wiki/Tools/Debugging/ASAN_Address_Sanitizer accordingly.