RTLD_DEEPBIND and AddressSanitizer aren't compatible
Mixing AddressSanitizer and RTLD_DEEPBIND
doesn't really work well: https://github.com/google/sanitizers/issues/611, so we should disable RTLD_DEEPBIND
when compiled with ASAN.
Mixing AddressSanitizer and RTLD_DEEPBIND
doesn't really work well: https://github.com/google/sanitizers/issues/611, so we should disable RTLD_DEEPBIND
when compiled with ASAN.