Skip to content

meson: Build with -Wl,-z,nodelete.

Zeb Figura requested to merge zfigura/gstreamer:pr0 into main

glib made the unfortunate decision to prevent libgobject from ever being unloaded, which means that now any library which registers a static type can't ever be unloaded either (and any library that depends on those, ad nauseam.)

Merge request reports