Skip to content

Avoid copying static debug strings

Matthias Clasen requested to merge source-static-name into master

The g_source_set_name calls were showing up as a major source of strdups in our profiles. Avoid that by using new GLib api when available.

Merge request reports