building world with debugging symbols

Bruce Cran bruce at cran.org.uk
Fri Mar 5 08:40:00 UTC 2010


On Friday 05 March 2010 05:28:39 Alexander Best wrote:

> any suggestions on how to successfully build world with debugging symbols
>  are welcome.

Use DEBUG_FLAGS instead:

DEBUG_FLAGS=-g

The build system knows not to strip the binaries when that's defined, too.

-- 
Bruce Cran


More information about the freebsd-hackers mailing list