How to disable debugging in userland?

Giorgos Keramidas keramida at ceid.upatras.gr
Wed Sep 7 04:24:19 PDT 2005


On 2005-09-07 13:03, Axel.Gruner at suedfactoring.de wrote:
> i know how to disable debugging for the kernel in 6.0, but how do i disable
> debugging for the userland?
> So is
> ln -s 'aj' malloc.conf
> the right choice (i did this with an early 5.x).

Userland programs are not installed with debugging information by
default.  You have to specifically request that debugging *is* enabled,
instead (by setting DEBUG_FLAGS either in your environment or in your
/etc/make.conf file) and rebuild.



More information about the freebsd-questions mailing list