From owner-freebsd-questions@FreeBSD.ORG Mon May 21 20:14:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D981E16A400 for ; Mon, 21 May 2007 20:14:03 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 3D93413C455 for ; Mon, 21 May 2007 20:14:02 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l4LKCXVo005785 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 21 May 2007 23:12:40 +0300 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.1/8.14.1) with ESMTP id l4LKCFO1018402; Mon, 21 May 2007 23:12:27 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.1/8.14.1/Submit) id l4LKCFKA018388; Mon, 21 May 2007 23:12:15 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 21 May 2007 23:12:15 +0300 From: Giorgos Keramidas To: White Hat Message-ID: <20070521201215.GA3642@kobe.laptop> References: <509628.88605.qm@web34408.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <509628.88605.qm@web34408.mail.mud.yahoo.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.523, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.68, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: FreeBSD Users Questions Subject: Re: Build with debug symbols X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2007 20:14:03 -0000 On 2007-05-20 07:41, White Hat wrote: > If I build a port with debugging information; i.e. > 'make -g', is that debugging information stripped out > when the program is installed? If so, is there anyway > to prevent this from happening? > > I have been attempting to build 'claws-mail' with > debugging information; however, when I run the program > under 'gdb' that information does not appear to be > present. I heard that there was a 'STRIP' flag I could > set; however, I cannot find any definitive information > regarding it. # env DEBUG_FLAGS='-g' CFLAGS='' ... The DEBUG_FLAGS option turns off symbol stripping.