Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Mar 2005 12:42:23 +0200
From:      des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=)
To:        Ruslan Ermilov <ru@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sbin/restore Makefile
Message-ID:  <86psxgksfk.fsf@xps.des.no>
In-Reply-To: <20050325212104.GB71185@ip.net.ua>
References:  <200503251730.j2PHUKY7066092@repoman.freebsd.org> <20050325212104.GB71185@ip.net.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
Ruslan Ermilov <ru@FreeBSD.org> writes:
> You usually do this without modifying a makefile, like this:
>
> # make DEBUG_FLAGS=3D-g

Even better, put

DEBUG_FLAGS             ?=3D -g
STRIP                    =3D # empty

in /etc/make.conf, and your system will always be ready to debug.

DES
--=20
Dag-Erling Sm=F8rgrav - des@des.no



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86psxgksfk.fsf>