]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Rollup merge of #48801 - Manishearth:epoch-features, r=nikomatsakis
[rust.git] / config.toml.example
index 8d1fa3eec5cf2df5d484cd51539293a5914a5c93..b47f9163c0dacf7a08a9f93cc46f833e1db078cf 100644 (file)
 # bootstrap)
 #codegen-backends = ["llvm"]
 
+# This is the name of the directory in which codegen backends will get installed
+#codegen-backends-dir = "codegen-backends"
+
 # Flag indicating whether `libstd` calls an imported function to handle basic IO
 # when targeting WebAssembly. Enable this to debug tests for the `wasm32-unknown-unknown`
 # target, as without this option the test output will not be captured.
 #wasm-syscall = false
 
+# Indicates whether LLD will be compiled and made available in the sysroot for
+# rustc to execute.
+#lld = false
+
 # =============================================================================
 # Options for specific targets
 #