Skip to content

tree-wide: use --buildtype=debugoptimized for meson packages

Rasmus Thomsen requested to merge (removed):rel-deb into master

As of now we're using the buildttype 'release', which produces optimized builds but without any usable debugging info, which makes debugging crashes impossible, even if a -dbg subpackage exists. As such we should build in the buildmode 'debugoptimized' to offer proper debug symbols.

Merge request reports