On Tue, Mar 22, 2016 at 10:03 AM, Helmut Kudrnovsky <[email protected]> wrote:

>
> as I'm not used to compile on Linux, what may be the command to
> compile with -ggdb? configure? make?
>

It is a compiler flag and it can be set using before you run ./configure
using the CFLAGS environmental variable, so e.g.

export CFLAGS="-ggdb -Wall"
./configure ...

see full examples here

https://grasswiki.osgeo.org/wiki/Compile_and_Install_Ubuntu
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to