]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Store a resolved def on hir::PathSegment
[rust.git] / config.toml.example
index 1c851999130a0213ae5daded08d1e8eda4f637ae..e8cb0cba6b1f9808c275f1dd5894fea0fd1792a1 100644 (file)
 # 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.
-#openssl-static = false
+# Indicates whether the native libraries linked into Cargo will be statically
+# linked or not.
+#cargo-native-static = false
 
 # Run the build with low priority, by setting the process group's "nice" value
 # to +10 on Unix platforms, and by using a "low priority" job object on Windows.