diff options
| author | Mike Pall <mike> | 2024-01-22 19:06:36 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2024-01-22 19:06:36 +0100 |
| commit | 4b90f6c4d7420139c135435e1580acb52ea18436 (patch) | |
| tree | 1c3543b6baa4f8b30a33e8a624b60edc6feb0206 /doc/running.html | |
| parent | c525bcb9024510cad9e170e12b6209aedb330f83 (diff) | |
| download | luajit-4b90f6c4d7420139c135435e1580acb52ea18436.tar.gz luajit-4b90f6c4d7420139c135435e1580acb52ea18436.tar.bz2 luajit-4b90f6c4d7420139c135435e1580acb52ea18436.zip | |
Add cross-32/64 bit and deterministic bytecode generation.
Contributed by Peter Cawley. #993 #1008
Diffstat (limited to 'doc/running.html')
| -rw-r--r-- | doc/running.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/running.html b/doc/running.html index 9dd2b411..142b810f 100644 --- a/doc/running.html +++ b/doc/running.html | |||
| @@ -106,6 +106,9 @@ are accepted: | |||
| 106 | <li><tt>-l</tt> — Only list bytecode.</li> | 106 | <li><tt>-l</tt> — Only list bytecode.</li> |
| 107 | <li><tt>-s</tt> — Strip debug info (this is the default).</li> | 107 | <li><tt>-s</tt> — Strip debug info (this is the default).</li> |
| 108 | <li><tt>-g</tt> — Keep debug info.</li> | 108 | <li><tt>-g</tt> — Keep debug info.</li> |
| 109 | <li><tt>-W</tt> — Generate 32 bit (non-GC64) bytecode.</li> | ||
| 110 | <li><tt>-X</tt> — Generate 64 bit (GC64) bytecode.</li> | ||
| 111 | <li><tt>-d</tt> — Generate bytecode in deterministic manner.</li> | ||
| 109 | <li><tt>-n name</tt> — Set module name (default: auto-detect from input name)</li> | 112 | <li><tt>-n name</tt> — Set module name (default: auto-detect from input name)</li> |
| 110 | <li><tt>-t type</tt> — Set output file type (default: auto-detect from output name).</li> | 113 | <li><tt>-t type</tt> — Set output file type (default: auto-detect from output name).</li> |
| 111 | <li><tt>-a arch</tt> — Override architecture for object files (default: native).</li> | 114 | <li><tt>-a arch</tt> — Override architecture for object files (default: native).</li> |
