lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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