main/gdb: fix compilation 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.