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.
1 parent cd4989e commit b95ef95Copy full SHA for b95ef95
config.toml.example
@@ -330,8 +330,8 @@
330
# This is an array of the codegen backends that will be compiled for the rustc
331
# that's being compiled. The default is to only build the LLVM codegen backend,
332
# but you can also optionally enable the "emscripten" backend for asm.js or
333
-# make this an empty array (but that probably won't get too far in the
334
-# bootstrap)
+# make this an empty array (that will disable LLVM, but bootstrap will fail at
+# the time the final rustc binary is built for stage 1)
335
#codegen-backends = ["llvm"]
336
337
# This is the name of the directory in which codegen backends will get installed
0 commit comments