]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Update library/std/src/net/addr.rs
[rust.git] / config.toml.example
index 99e6f9dceb41c8de420983db2d795980d27c575b..8bf1b48ce830ee3741086337bf50940bd777e821 100644 (file)
@@ -9,6 +9,16 @@
 # a custom configuration file can also be specified with `--config` to the build
 # system.
 
+# =============================================================================
+# Global Settings
+# =============================================================================
+
+# Use different pre-set defaults than the global defaults.
+#
+# See `src/bootstrap/defaults` for more information.
+# Note that this has no default value (x.py uses the defaults in `config.toml.example`).
+#profile = <none>
+
 # =============================================================================
 # Tweaking how LLVM is compiled
 # =============================================================================