From owner-cvs-all Tue Jan 8 12:42:31 2002 Delivered-To: cvs-all@freebsd.org Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by hub.freebsd.org (Postfix) with ESMTP id BDF5C37B4F6; Tue, 8 Jan 2002 12:38:11 -0800 (PST) Received: from aldan.algebra.com (localhost [127.0.0.1]) by aldan.algebra.com (8.11.6/8.11.5) with ESMTP id g08KXvQ02219; Tue, 8 Jan 2002 15:34:01 -0500 (EST) (envelope-from mi@aldan.algebra.com) Message-Id: <200201082034.g08KXvQ02219@aldan.algebra.com> Date: Tue, 8 Jan 2002 15:33:55 -0500 (EST) From: Mikhail Teterin Subject: Re: WANT_KDE_NDEBUG (Re: cvs commit: ports/audio/kdemultimedia2...) To: will@csociety.org Cc: brooks@one-eyed-alien.net, dan@langille.org, will@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG In-Reply-To: <20020108141847.B73815@squall.waterspout.com> MIME-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 8 Jan, Will Andrews wrote: > On Tue, Jan 08, 2002 at 11:06:28AM -0800, Brooks Davis wrote: >> They aren't. The correct way to enable debugging should you want it >> is to add the following to your make.conf: >> >> # Don't strip binaries. It's pointless. >> STRIP= >> # add debugging symbols >> COPTS= -g >> >> I run my -current system that way so I can debug my crashes without >> recompiling. > > These aren't the only things required to debug KDE. However, you may notice, that the default CFLAGS on FreeBSD are -O -pipe. Even though, by your logic, anyone, who rebuilds the OS from source will want to debug it by default. -mi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message