From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Marek Subject: Re: Thoughts about introducing OPTIMIZATION_CFLAG Date: Fri, 8 Jan 2016 13:30:22 +0100 Message-ID: <568FABDE.4010004@suse.cz> References: <20160104113318.700a9ed0@lxorguk.ukuu.org.uk> <568AF421.7050305@suse.cz> <568F9E1E.7030406@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org To: sedat.dilek@gmail.com Cc: One Thousand Gnomes , Linus Torvalds , Andrew Morton , Sam Ravnborg , "Rafael J. Wysocki" , Arnd Bergmann , Ingo Molnar , linux-kbuild@vger.kernel.org, Linux ACPI , LKML , the arch/x86 maintainers List-Id: linux-acpi@vger.kernel.org On 2016-01-08 12:49, Sedat Dilek wrote: > On Fri, Jan 8, 2016 at 12:31 PM, Michal Marek wrote: >> On 2016-01-08 11:03, Sedat Dilek wrote: >>> On Mon, Jan 4, 2016 at 11:37 PM, Michal Marek wrote: >>>> Dne 4.1.2016 v 12:47 Sedat Dilek napsal(a): >>> gcc-4.9 "$@" >>> - EOF - >>> >>> According to your statement passing an optlevel here in this script >>> will never-ever be recognized - as it is at the begin-of-(make)-line. >> >> Pass it as the last argument. >> > > How do I do that? gcc-4.9 "$@" -O3 Michal