From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 17 00:19:34 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2444C106566B for ; Thu, 17 Jul 2008 00:19:34 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 9FA0C8FC17 for ; Thu, 17 Jul 2008 00:19:32 +0000 (UTC) (envelope-from xorquewasp@googlemail.com) Received: by nf-out-0910.google.com with SMTP id h3so2238091nfh.33 for ; Wed, 16 Jul 2008 17:19:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mime-version:content-type:content-disposition; bh=+gNk3SlSrnrQwhxbNDP/QxYTZK3zcC+ovt3QrwRJ1R8=; b=doznhq7O88juVQQRCjcok71P4SyuaQPlqKBS9lppe0JwZQSxWCGXR9IiY8P5EC8w9V amT74umg2Xw3mWlxfOxRx56azgqwcfIDCuKwq2ZiktVqe3jBs3/97Lae/zqsbvEBC98M Yf054lIs59yyLxpssAOiH2yHqZyT8JYrDPiQQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition; b=ioL6dGN3z8CLK2zIjFEzsASVYHFW02jlbLA3dgMT91lhY9HE+higzQ/8FdGOfuUh+2 gG3Ykbtx/s6FqGvM5oqzQ8zy3qgkl1qIPN0hNpxtiHfnzINtwz0Jb3Sz0gpUnGxzuI/q 1ET1rGMYqwb0biPGJan1cn84nPkxPch9Udabs= Received: by 10.210.48.14 with SMTP id v14mr540197ebv.112.1216252259873; Wed, 16 Jul 2008 16:50:59 -0700 (PDT) Received: from logik.internal.network ( [81.86.41.187]) by mx.google.com with ESMTPS id u14sm7378601gvf.6.2008.07.16.16.50.58 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 16 Jul 2008 16:50:59 -0700 (PDT) Received: by logik.internal.network (Postfix, from userid 11001) id 3F4175F36; Wed, 16 Jul 2008 23:49:33 +0000 (UTC) Date: Thu, 17 Jul 2008 00:49:33 +0100 From: xorquewasp@googlemail.com To: freebsd-hackers@freebsd.org Message-ID: <20080716234933.GA85290@logik.internal.network> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: do not strip, compile with debugging symbols X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2008 00:19:34 -0000 Hello. What's the correct way to ensure that ports are built with '-g' and that binaries/libraries created are not stripped? I'm assuming the first one involves setting CFLAGS in /etc/make.conf (admittedly, it's apparently not supported but I'm not building world with this setting anyway). The second, I'm not so sure about. I thought I'd heard of a NO_STRIP setting but if it exists, it's not documented. xw