Skip to content
  • Rasmus Thomsen's avatar
    tree-wide: use --buildtype=debugoptimized for meson packages · 78d37d99
    Rasmus Thomsen authored and Leo's avatar Leo committed
    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.
    78d37d99