mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Add missing description of --fflags argument in Repl
This commit is contained in:
parent
ae5a011465
commit
49c43037cb
1 changed files with 1 additions and 0 deletions
|
@ -766,6 +766,7 @@ static void displayHelp(const char* argv0)
|
|||
printf(" --profile[=N]: profile the code using N Hz sampling (default 10000) and output results to profile.out\n");
|
||||
printf(" --timetrace: record compiler time tracing information into trace.json\n");
|
||||
printf(" --codegen: execute code using native code generation\n");
|
||||
printf(" --fflags[=FLAGS], --fflags[True/False]: pass the comma separated flags or enable/disable all available flags.\n");
|
||||
}
|
||||
|
||||
static int assertionHandler(const char* expr, const char* file, int line, const char* function)
|
||||
|
|
Loading…
Add table
Reference in a new issue