Date: Sun, 25 Feb 2001 10:22:34 -0600 From: Mike Meyer <mwm@mired.org> To: Bjarne Wichmann Petersen <mekanix@vip.cybercity.dk> Cc: questions@freebsd.org Subject: Re: NOT-stripping ports-installation. Message-ID: <15001.12618.148680.632155@guru.mired.org> In-Reply-To: <120598393@toto.iv>
next in thread | previous in thread | raw e-mail | index | archive | help
Bjarne Wichmann Petersen <mekanix@vip.cybercity.dk> types: > On Sat, 24 Feb 2001 09:13:56 -0500 > "Matthew Emmerton" <matt@gsicomp.on.ca> wrote: > > > > How do I compile and install *without* getting the binaries stripped? > > > > Add a STRIP="" line to your port's Makefile, or edit bsd.port.subdir.mk > > and > > change the "STRIP?=-s" line. > > Hmm... still no debugging-info. How do I get it to include that? You want to set CFLAGS. It's not clear that setting it in the port Makefile will carry through to the various submakes used in a port. Setting it in /etc/make.conf (see /etc/defaults/make.conf for more info) should work, though. <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15001.12618.148680.632155>