[GRASS5] r.terraflow failure

Glynn Clements glynn at gclements.plus.com
Tue Feb 21 17:17:32 EST 2006


endeitz wrote:

> Where would I put the flag to compile with debugging symbols on?  Would it
> suffice to just put it in the Makefile in the r.terraflow directory, or does
> it have to appear higher up the tree?

Debugging symbols should be enabled by default. If you're doing
extensive debugging, you probably want to disable optimisation, so
either run configure as:

	CXXFLAGS=-g ./configure ...

or build with:

	make CXXFLAGS1=-g

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list