From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.suse.de ([195.135.220.15]:35341 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751777AbcAHMaZ (ORCPT ); Fri, 8 Jan 2016 07:30:25 -0500 Subject: Re: Thoughts about introducing OPTIMIZATION_CFLAG References: <20160104113318.700a9ed0@lxorguk.ukuu.org.uk> <568AF421.7050305@suse.cz> <568F9E1E.7030406@suse.cz> From: Michal Marek Message-ID: <568FABDE.4010004@suse.cz> Date: Fri, 8 Jan 2016 13:30:22 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: 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 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