mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
Update CLI/Compile.cpp
Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
parent
5f30bd1f0d
commit
6a53ff6924
1 changed files with 3 additions and 3 deletions
|
@ -46,9 +46,9 @@ struct GlobalOptions
|
|||
int optimizationLevel = 1;
|
||||
int debugLevel = 1;
|
||||
|
||||
const char* vectorLib;
|
||||
const char* vectorCtor;
|
||||
const char* vectorType;
|
||||
const char* vectorLib = nullptr;
|
||||
const char* vectorCtor = nullptr;
|
||||
const char* vectorType = nullptr;
|
||||
} globalOptions;
|
||||
|
||||
static Luau::CompileOptions copts()
|
||||
|
|
Loading…
Add table
Reference in a new issue