From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0sZ9-0002hy-8z for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:40:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0sZ3-0005dp-Mw for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:39:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27995) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0sZ3-0005dc-E6 for qemu-devel@nongnu.org; Fri, 24 Feb 2012 05:39:49 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q1OAdmDB026578 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 24 Feb 2012 05:39:48 -0500 Message-ID: <4F4768EF.5020509@redhat.com> Date: Fri, 24 Feb 2012 11:39:43 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1328705653-24727-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1328705653-24727-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] build: allow turning off debuginfo List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 02/08/12 13:54, Gerd Hoffmann wrote: > This patch adds --{enable,disable}-debug-info switches to configure > which allows to include/exclude the '-g' switch on the gcc & ld > command lines. Not building debug info reduces ressource usage > (especially disk) alot and is quite useful for test builds. ping? cheers, Gerd