Update CLI/Compile.cpp

Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com>
This commit is contained in:
Arseny Kapoulkine 2024-02-26 09:06:57 -08:00 committed by GitHub
parent 5f30bd1f0d
commit 6a53ff6924
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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()