X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fdefaults%2Fconfig.codegen.toml;h=088cbd1057ec568186ed89eba6b2738e64bdda25;hb=13cc27b4450d99a2e85a656de3936af65332a716;hp=011ff6821b771acb8ed4b8a7e5b8c216b7007652;hpb=3426a730ffc78bea3fa45593a383647c0774fe57;p=rust.git diff --git a/src/bootstrap/defaults/config.codegen.toml b/src/bootstrap/defaults/config.codegen.toml index 011ff6821b7..088cbd1057e 100644 --- a/src/bootstrap/defaults/config.codegen.toml +++ b/src/bootstrap/defaults/config.codegen.toml @@ -1,4 +1,8 @@ # These defaults are meant for contributors to the compiler who modify codegen or LLVM +[build] +# Contributors working on the compiler will probably expect compiler docs to be generated. +compiler-docs = true + [llvm] # This enables debug-assertions in LLVM, # catching logic errors in codegen much earlier in the process.