I've enabled ASAN by default for developers in my project, which is easy to do because it's a compile-time option.
However, a lot of 3rd parties have suppression warnings that I'd like to ignore. However, it looks like ignoring them is a runtime thing via an environment variable only. That's a bit of a hassle for every developer to setup.
Is there a way I can set the suppression file to be utilised by default?