Re: [GNC-dev] debug info

2018-12-20 Thread c . holtermann
Am 2018-12-15 17:19, schrieb John Ralls: On Dec 15, 2018, at 6:16 AM, c.holterm...@gmx.de wrote: Hello, when debugging for my recent pull request #439 I needed to use gdb. When compiling the maint branch from github I didn't have debug information (line numbers) in gdb. I needed to add them by

Re: [GNC-dev] debug info

2018-12-15 Thread John Ralls
> On Dec 15, 2018, at 6:16 AM, c.holterm...@gmx.de wrote: > > Hello, > > when debugging for my recent pull request #439 I needed to use > gdb. When compiling the maint branch from github I didn't have debug > information (line numbers) in gdb. I needed to add them by including > the -g flag in

[GNC-dev] debug info

2018-12-15 Thread c . holtermann
Hello, when debugging for my recent pull request #439 I needed to use gdb. When compiling the maint branch from github I didn't have debug information (line numbers) in gdb. I needed to add them by including the -g flag in CMakelLists.txt. I did it only for c and not for c++. Patch below for