Skip to content
Snippets Groups Projects
Commit 78d37d99 authored by Rasmus Thomsen's avatar Rasmus Thomsen Committed by Leo
Browse files

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

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.
parent 92116a46
No related branches found
No related tags found
No related merge requests found
Showing
with 40 additions and 40 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment