Re: [ANN] Lua 5.4.0 (beta) now available
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (beta) now available
- From: Andrew Gierth <andrew@...>
- Date: 2019年10月22日 20:18:21 +0100
I hadn't noticed initially that some optimization options (-Os) have now
been hardcoded in the Makefile (i.e. used directly in rules, not via
variables).
Can we please not have this sort of thing hardcoded? If you must have
separate options for some files, they should be in some variable so that
they can be overridden without having to patch the makefile rules.
--
Andrew.