]> git.proxmox.com Git - rustc.git/blobdiff - src/bootstrap/config.toml.example
New upstream version 1.14.0+dfsg1
[rustc.git] / src / bootstrap / config.toml.example
index f054b29d0b1406cb2a7d94b979f40bc277a16ff6..1289cdba59577a03ca852f24fc6095e083a42a2d 100644 (file)
 # library and facade crates.
 #compiler-docs = false
 
+# Indicate whether submodules are managed and updated automatically.
+#submodules = true
+
+# The path to (or name of) the GDB executable to use
+#gdb = "gdb"
+
 # =============================================================================
 # Options for compiling Rust code itself
 # =============================================================================
 # Whether or not debuginfo is emitted
 #debuginfo = false
 
+# Whether or not line number debug information is emitted
+#debuginfo-lines = false
+
 # Whether or not jemalloc is built and enabled
 #use-jemalloc = true