diff options
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 0030d7cd9..401722e37 100644 --- a/.gitmodules +++ b/.gitmodules @@ -41,6 +41,14 @@ ignore = dirty depth = 1 shallow = true fetchRecurseSubmodules = false +[submodule "src/deps/libbacktrace"] + path = src/deps/libbacktrace + url = https://github.com/Jarred-Sumner/libbacktrace.git + ignore = dirty + depth = 1 + shallow = true + fetchRecurseSubmodules = false + update = none [submodule "src/deps/lol-html"] path = src/deps/lol-html url = https://github.com/cloudflare/lol-html |