about summary refs log tree commit diff
path: root/src/bootstrap/config.toml.example
diff options
context:
space:
mode:
authorMarco Castelluccio <mcastelluccio@mozilla.com>2017-06-04 15:54:39 +0100
committerMarco Castelluccio <mcastelluccio@mozilla.com>2017-06-04 15:54:39 +0100
commitecba8d6a23d8bafd6296d619180a5f3e09bb21b1 (patch)
tree6f95b5427b14d9b0d0c8975aa450269c7943649e /src/bootstrap/config.toml.example
parent1b5a923001c481627d7b1d19d0fe1d3f86e5c5a6 (diff)
parent42754ce710a777b38402b12728daf54d68ea2b50 (diff)
downloadrust-ecba8d6a23d8bafd6296d619180a5f3e09bb21b1.tar.gz
rust-ecba8d6a23d8bafd6296d619180a5f3e09bb21b1.zip
Merge branch 'profiling' of github.com:whitequark/rust into profiling
Diffstat (limited to 'src/bootstrap/config.toml.example')
-rw-r--r--src/bootstrap/config.toml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example
index 0eb6c4c82c4..3a467dafbfb 100644
--- a/src/bootstrap/config.toml.example
+++ b/src/bootstrap/config.toml.example
@@ -147,6 +147,9 @@
 # Build the sanitizer runtimes
 #sanitizers = false
 
+# Build the profiler runtime
+#profiler = false
+
 # Indicates whether the OpenSSL linked into Cargo will be statically linked or
 # not. If static linkage is specified then the build system will download a
 # known-good version of OpenSSL, compile it, and link it to Cargo.