]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Merge !77: lua: embed bytecode instead of stripped source
authorVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 24 Nov 2016 08:56:16 +0000 (09:56 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Thu, 24 Nov 2016 08:56:16 +0000 (09:56 +0100)
It seems a bit cleaner, though impact on size and load speed should not
be noticeable.  We simply install most of the lua code, as before, and I
assume that we *do* want to keep that visibility, at least by default.
Suggested on !57.


Trivial merge