From 6a53ff69245bc81cb4d5db923b3a2f2dd86af965 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Mon, 26 Feb 2024 09:06:57 -0800 Subject: [PATCH] Update CLI/Compile.cpp Co-authored-by: vegorov-rbx <75688451+vegorov-rbx@users.noreply.github.com> --- CLI/Compile.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CLI/Compile.cpp b/CLI/Compile.cpp index d3609533..ee253d39 100644 --- a/CLI/Compile.cpp +++ b/CLI/Compile.cpp @@ -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()