]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #74105 - npmccallum:naked, r=matthewjasper
[rust.git] / config.toml.example
index 7b1fee7b24e1117a6fd26c004393515f66d9aaa0..8ecd8d88d4895a8ddd082c6342efd6e9ffaefc2b 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.