Date: Wed, 7 Sep 2005 14:24:11 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Axel.Gruner@suedfactoring.de Cc: freebsd-questions@freebsd.org Subject: Re: How to disable debugging in userland? Message-ID: <20050907112411.GC7415@orion.daedalusnetworks.priv> In-Reply-To: <OF781A3D25.EFD39B92-ONC1257075.003CB370-C1257075.003CB373@suedfac.com> References: <OF781A3D25.EFD39B92-ONC1257075.003CB370-C1257075.003CB373@suedfac.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-09-07 13:03, Axel.Gruner@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050907112411.GC7415>