]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
doc: add links to rotate_(left|right)
[rust.git] / config.toml.example
index 9121d1e17992657ed18cf73b9b974823a66bd1d6..5447434143cfb0c521a6752ac4f50a87a786e7d5 100644 (file)
 # for each target triple.
 #target = ["x86_64-unknown-linux-gnu"] # defaults to just the build triple
 
+# Use this directory to store build artifacts.
+# You can use "$ROOT" to indicate the root of the git repository.
+#build-dir = "build"
+
 # Instead of downloading the src/stage0.txt version of Cargo specified, use
 # this Cargo binary instead to build all Rust code
 #cargo = "/path/to/bin/cargo"
 # sysroot.
 #llvm-tools = false
 
-# Indicates whether LLDB will be made available in the sysroot.
-# This is only built if LLVM is also being built.
-#lldb = false
-
 # Whether to deny warnings in crates
 #deny-warnings = true