]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Move tests into a submodule
[rust.git] / config.toml.example
index 01952b21ba4b1fe9a07f76b246b65e3a0151760c..5d198abe1c7d8f673d6654c5d682db4dee438035 100644 (file)
 # Debuginfo for tests run with compiletest is not controlled by this option
 # and needs to be enabled separately with `debuginfo-level-tests`.
 #
-# Defaults to 2 if debug is true
+# Note that debuginfo-level = 2 generates several gigabytes of debuginfo
+# and will slow down the linking process significantly.
+#
+# Defaults to 1 if debug is true
 #debuginfo-level = 0
 
 # Debuginfo level for the compiler.