From 42d6f579d03763f3209078f07f53bde33da5268a Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 14 Aug 2024 15:21:41 +0200 Subject: [PATCH] Make gcc submodule shallow --- .gitmodules | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitmodules b/.gitmodules index b47b0e9e621..2082ec9ef45 100644 --- a/.gitmodules +++ b/.gitmodules @@ -54,3 +54,4 @@ [submodule "src/gcc"] path = src/gcc url = https://github.com/rust-lang/gcc.git + shallow = true