[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.4-work1 with first class arrays (implementation & benchmarks)
- From: Petri Häkkinen <petrih3@...>
- Date: Fri, 30 Mar 2018 22:37:36 +0300
> On 30 Mar 2018, at 12.14, Dirk Laurie <dirk.laurie@gmail.com> wrote:
>
> I copied the Makefile from the lua-5.4.0-work1 distribution and 'make
> linux' works after I also copied over luac.c.
>
> That Makefile has production settings: -O2 and -DLUA_USE_LINUX" but
> not AFAICS error checking.
>
> I still have to incorporate your TESTS targets
They are not mine. The TESTS stuff in the makefile come from the official lua github repository.
As long as you’re using -O2 and no error checking you should be good to go.
Petri