Skip to content

main/gdb: fix compilation and add -dbg

Marian Buschsieweke requested to merge maribu/aports:main/gdb into master

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.

Merge request reports