forked from Data-Oriented-House/Squash
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoutput.txt
16 lines (14 loc) · 1.81 KB
/
output.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Usage: C:\Luau\luau-compile.exe [--mode] [options] [file list]
Available modes:
binary, text, remarks, codegen
Available options:
-h, --help: Display this usage message.
-O<n>: compile with optimization level n (default 1, n should be between 0 and 2).
-g<n>: compile with debug level n (default 1, n should be between 0 and 2).
--target=<target>: compile code for specific architecture (a64, x64, a64_nf, x64_ms).
--timetrace: record compiler time tracing information into trace.json
--stats-file=<filename>: file in which compilation stats will be recored (default 'stats.json').
--record-stats=<granularity>: granularity of compilation stats recorded in stats.json (total, file, function).
--vector-lib=<name>: name of the library providing vector type operations.
--vector-ctor=<name>: name of the function constructing a vector value.
--vector-type=<name>: name of the vector type.