From owner-freebsd-current Thu Jan 30 17:34:59 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 10DC137B401 for ; Thu, 30 Jan 2003 17:34:58 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.65.60]) by mx1.FreeBSD.org (Postfix) with SMTP id DCE0243F75 for ; Thu, 30 Jan 2003 17:34:56 -0800 (PST) (envelope-from capm@gmx.net) Received: (qmail 30728 invoked by uid 0); 31 Jan 2003 01:34:55 -0000 Received: from xdsl-213-168-119-135.netcologne.de (HELO gmx.net) (213.168.119.135) by mail.gmx.net (mp004-rz3) with SMTP; 31 Jan 2003 01:34:55 -0000 Message-ID: <3E39D2C1.1050608@gmx.net> Date: Fri, 31 Jan 2003 02:34:57 +0100 From: Pascal Giannakakis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130 X-Accept-Language: de, en MIME-Version: 1.0 To: quaxxx@tiscalinet.it Cc: freebsd-current@FreeBSD.ORG Subject: Re: removing debugging options References: <1043946573.17844.24.camel@zoccola.quaxima.com> In-Reply-To: <1043946573.17844.24.camel@zoccola.quaxima.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Nicolao Renč schrieb: > Hi I've just upgraded to FreeBSD-Stable, the UPDATING file says that > many debugging options are enabled. But how do I remove them? thanks. One way would be to compile your own kernel: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-building.html (choose procedure 2 when building). In your custom kernel-conf change this: ---- #To statically compile in device wiring instead of /boot/device.hints #hints "GENERIC.hints" #Default places to look for devices. makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols ---- uncomment makeoptions and symbols. I dont know for Userland though, sorry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message