How to easily get GTK compiled with address sanitizer on Ubuntu 20.04?

Hi,
To check from which part of GTK crash comes I want to see output of address sanitizer.
GDB doesn’t always show exactly place of invalid memory usage
I’m using now Python with GTK.
I don’t want compile each time GTK binaries in CI because they requires strange dependences and also I want to use the latest available version(from GIT).
Can I compile it simply once and later cache and install somehow them on OS?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.