Marian Buschsieweke 0924e88e48 main/gdb: fix compilation and crash and add -dbg
Compilation with GCC 12.1.1 failed as an implicit cast from
`const char *` to `char *` is no longer accepted without -fpermissive.
A patch to make the cast explicit is added.

In addition debug symbols are provided as a subpackage.
2022-10-16 11:38:32 +02:00
..