[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: build optimizations
- From: Axel Kittenberger <axkibe@...>
- Date: Thu, 24 Mar 2011 10:28:46 +0100
Or rather have any kind of configuration procedure before calling the
actual make, instead of resupplying a bunch of variables everytime.
Kind regards,
On Thu, Mar 24, 2011 at 1:01 AM, Hisham <hisham.hm@gmail.com> wrote:
> On Tue, Mar 22, 2011 at 1:25 PM, Luiz Henrique de Figueiredo
> <lhf@tecgraf.puc-rio.br> wrote:
>>> 1. The Makefile assumes gcc. So we might as well use all gcc-specific flags
>>> to get a better Lua core and interpreter, for some definition of "better".
>>
>> How about -mtune=native? It seems safe enough.
>> Is it implied by any of the -O options?
>
> Whatever optimizations are added, please make it so they can be
> overridden through variables passed in the make invocation, without
> requiring to actually edit the Makefile.
>
> Thanks,
> -- Hisham
>
>