We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c880acd + 93a5c82 commit baac2b9Copy full SHA for baac2b9
bootstrap.example.toml
@@ -59,7 +59,10 @@
59
# toolchain or changing LLVM locally, you probably want to leave this enabled.
60
#
61
# Set this to `true` to download if CI llvm available otherwise it builds
62
-# from `src/llvm-project`.
+# from `src/llvm-project`. If you set it to `true`, it's safe and time-saving to run
63
+# `git submodule deinit src/llvm-project` to avoid git updating the llvm-project submodule
64
+# when building compiler locally.
65
+#
66
67
# Set this to `"if-unchanged"` to download only if the llvm-project has not
68
# been modified. You can also use this if you are unsure whether you're on a
0 commit comments