On Ubuntu 25.04, building Blender in debug mode with address sanitizer enabled via the “developer” flag passed to “make” results in linking errors.
I have originally reported this here, in case someone wants access to the build output:
#139290 - Linux: Debug build fails on Ubuntu 25.04 with precompiled libraries due to libshaderc_combined.a - blender - Blender Projects
@LazyDodo said this is probably due to too large binaries. I personally am fine for now, as I will just use debug builds without address sanitizer then, but maybe it might be worth to look at how to solve the problem regardless.