• Vladimír Čunát's avatar
    Revert "lua: embed bytecode instead of stripped source" · 4237b587
    Vladimír Čunát authored
    This reverts commit 64f80706.
    TL;DR: it brought almost no benefits AFAIK and potential for problems.
    
    The "portable bytecode" produced by luajit isn't compatible when
    (lib)luajit version changes or when some build-time configuration of it
    changes.  If you mix these up, kresd fails to start.
    4237b587