about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorOliver Schneider <github35764891676564198441@oli-obk.de>2018-06-03 00:13:27 +0200
committerOliver Schneider <github35764891676564198441@oli-obk.de>2018-06-03 00:13:27 +0200
commit7a52f1c7cf659c62fbb89bd38d6e4fe4902622cc (patch)
treed7fa4557e3f7d8e327ac86864cf7d7f1f87ff6de /config.toml.example
parentd830f46b77bbb97fbff6397f0d9c352a880f796d (diff)
downloadrust-7a52f1c7cf659c62fbb89bd38d6e4fe4902622cc.tar.gz
rust-7a52f1c7cf659c62fbb89bd38d6e4fe4902622cc.zip
Allow enabling incremental via config.toml
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 33ad9147ce0..5054a8f44b9 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -279,6 +279,9 @@
 # Whether or not `panic!`s generate backtraces (RUST_BACKTRACE)
 #backtrace = true
 
+# Whether to always use incremental compilation when building rustc
+#incremental = false
+
 # Build rustc with experimental parallelization
 #experimental-parallel-queries = false