X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=config.toml.example;h=9abb8add785a9352cb46bb4ef49009b3838c4724;hb=8d9187597a5e8ebcf17acba6b234884252b1a543;hp=36587cc07844147be96b41801e9f6961fc7d5398;hpb=9d7456243244141808b39ee8ed32767a7a1dc7d7;p=rust.git diff --git a/config.toml.example b/config.toml.example index 36587cc0784..9abb8add785 100644 --- a/config.toml.example +++ b/config.toml.example @@ -49,10 +49,8 @@ # dynamic version to be available. #static-libstdcpp = false -# Tell the LLVM build system to use Ninja instead of the platform default for -# the generated build system. This can sometimes be faster than make, for -# example. -#ninja = false +# Whether to use Ninja to build LLVM. This runs much faster than make. +#ninja = true # LLVM targets to build support for. # Note: this is NOT related to Rust compilation targets. However, as Rust is