From owner-freebsd-ports@FreeBSD.ORG Sat Apr 5 23:18:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C16937B401 for ; Sat, 5 Apr 2003 23:18:55 -0800 (PST) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 096C443F85 for ; Sat, 5 Apr 2003 23:18:54 -0800 (PST) (envelope-from blueeskimo@gmx.net) Received: (qmail 3752 invoked by uid 65534); 6 Apr 2003 07:18:52 -0000 Received: from i216-58-29-174.gta.igs.net (EHLO [216.58.29.174]) (216.58.29.174) by mail.gmx.net (mp018-rz3) with SMTP; 06 Apr 2003 09:18:52 +0200 From: Adam To: Kirill Ponomarew In-Reply-To: <20030406071450.GA24808@krion> References: <1049612828.385.1.camel@jake> <20030406071450.GA24808@krion> Content-Type: text/plain Organization: Message-Id: <1049613531.385.6.camel@jake> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 06 Apr 2003 03:18:51 -0400 Content-Transfer-Encoding: 7bit cc: freebsd-ports@FreeBSD.org Subject: Re: Compiling ports with debug symbols X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2003 07:18:55 -0000 On Sun, 2003-04-06 at 03:14, Kirill Ponomarew wrote: > Use "CFLAGS= -O -pipe -g" in /etc/make.conf. The most > ports use "install -s" additionaly, in the case you can try > "make STRIP ' '" Is there no way to do it specifically for a particular port? If not, the solution you proposed would work, but I'd prefer to set a flag specific to the application I am wanting to debug (if at all possible). -- Adam