From 888abd97e44d65051f8905d064a6b68f3ea631a9 Mon Sep 17 00:00:00 2001 From: Warwick New Date: Thu, 14 May 2026 14:54:36 +0100 Subject: [PATCH] Attempt to improve git performance by shallow cloning dawn --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index 74e07cd..35ec1c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ [submodule "extern/dawn"] path = extern/dawn url = https://github.com/google/dawn.git + shallow = true