Skip to content

Commit

Permalink
Readd diverged luau as a submodule and fix vm compile options
Browse files Browse the repository at this point in the history
  • Loading branch information
Manonox committed Aug 8, 2024
1 parent 6701b5a commit a03a981
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[submodule "godot-cpp"]
path = godot-cpp
url = https://github.com/godotengine/godot-cpp.git
branch = master
branch = master
[submodule "luau"]
path = luau
url = https://github.com/Manonox/luau.git
1 change: 1 addition & 0 deletions luau
Submodule luau added at 2fd995
3 changes: 3 additions & 0 deletions src/classes/luau_vm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ static lua_CompileOptions luau_vm_compile_options = {
// int debugLevel;
1,

// int typeInfoLevel;
0,

// int coverageLevel;
0,

Expand Down

0 comments on commit a03a981

Please sign in to comment.