[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (rc3) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 15 May 2020 11:41:24 -0300
> P.S.: I just noticed that the compilation is done in -std=gnu99 mode. Why is
> it necessary to bring in gnu features? And which are those? Isn't it
> possible to use standard conforming c99 mode?
Lua works fine with -std=c99. In fact, our internal makefile (in
the git) uses this option. The distribution uses gnu99 only to be more
permissible.
-- Roberto
_______________________________________________
lua-l mailing list -- lua-l@lists.lua.org
To unsubscribe send an email to lua-l-leave@lists.lua.org