From jengelh@inai.de Tue Jan 8 17:07:12 2013 Received: (at 84) by bugs.x2go.org; 8 Jan 2013 16:07:12 +0000 Received: from ares07.inai.de (ares07.inai.de [5.9.24.206]) by ymir (Postfix) with ESMTPS id AEA825DB0A for <84@bugs.x2go.org>; Tue, 8 Jan 2013 17:07:12 +0100 (CET) Received: by ares07.inai.de (Postfix, from userid 25121) id 7F4C496A068A; Tue, 8 Jan 2013 17:07:12 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ares07.inai.de (Postfix) with ESMTP id 5DB2E96A0689; Tue, 8 Jan 2013 17:07:12 +0100 (CET) Date: Tue, 8 Jan 2013 17:07:12 +0100 (CET) From: Jan Engelhardt To: Bernard Cafarelli , 84@bugs.x2go.org, x2go-dev@lists.berlios.de Subject: Re: [X2Go-Dev] Bug#84: Hardcoded -O3 in CFLAGS In-Reply-To: Message-ID: References: User-Agent: Alpine 2.01 (LNX 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tuesday 2013-01-08 13:23, Bernard Cafarelli wrote: >Regarding the optflags patch, is it possible to drop altogether the >hardcoded "-O3" in C/CXXFLAGS in the various configure.in? This would >remove the need for 4 autoreconf when using another optimization level Why would autoreconf be rerun if you use ./configure CFLAGS=-O2 CXXFLAGS=-O2?