Precompile Lua into bytecode before running it (see COMPILE)
This commit is contained in:
parent
932ee958c0
commit
a6ee41a6ab
4 changed files with 39 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
# Compiled Lua sources
|
||||
luac.out
|
||||
matrix-send
|
||||
|
||||
# luarocks build files
|
||||
*.src.rock
|
||||
|
@ -38,4 +39,3 @@ luac.out
|
|||
*.i*86
|
||||
*.x86_64
|
||||
*.hex
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue