Skip to content

Commit

Permalink
Change comment on setting codegen-backend empty
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Jul 7, 2018
1 parent b95ef95 commit b723bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml.example
Expand Up @@ -330,8 +330,8 @@
# This is an array of the codegen backends that will be compiled for the rustc
# that's being compiled. The default is to only build the LLVM codegen backend,
# but you can also optionally enable the "emscripten" backend for asm.js or
# 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)
# make this an empty array (which will disable LLVM, but that probably won't
# get too far in the bootstrap
#codegen-backends = ["llvm"]

# This is the name of the directory in which codegen backends will get installed
Expand Down

0 comments on commit b723bc1

Please sign in to comment.