diff --git a/.gitmodules b/.gitmodules index 5ed61a5248..00d892bd35 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,6 +2,8 @@ path = llvm url = https://github.com/llvm/llvm-project.git branch = main + shallow = true [submodule "thirdparty/mimalloc"] path = thirdparty/mimalloc url = https://github.com/microsoft/mimalloc.git + shallow = true