blob: 52a440ec9f388f1aa9d37ea9d3de2b66f8199293 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
lua-snapshot
============
Make a snapshot for lua state to detect memory leaks.
See dump.lua for example.
Build
=====
make linux
or
make mingw (in windows)
or
make macosx
|