about summary refs log tree commit diff
path: root/config.toml.example
diff options
context:
space:
mode:
authorMichael Woerister <michaelwoerister@posteo>2021-10-19 14:58:21 +0200
committerMichael Woerister <michaelwoerister@posteo>2021-10-19 14:58:21 +0200
commit456283c95dfc21a94a3f48e26a0809bc8976afbe (patch)
treeae4d2222aecf0de9dce988e8d80384dfe5f10f71 /config.toml.example
parentd45ed7502ad225739270a368528725930f54b7b6 (diff)
downloadrust-456283c95dfc21a94a3f48e26a0809bc8976afbe.tar.gz
rust-456283c95dfc21a94a3f48e26a0809bc8976afbe.zip
Make new symbol mangling scheme default for compiler itself.
Diffstat (limited to 'config.toml.example')
-rw-r--r--config.toml.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 61e57eee782..97289befd31 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -603,7 +603,11 @@ changelog-seen = 2
 
 # Enable symbol-mangling-version v0. This can be helpful when profiling rustc,
 # as generics will be preserved in symbols (rather than erased into opaque T).
-#new-symbol-mangling = false
+# When no setting is given, the new scheme will be used when compiling the
+# compiler and its tools and the legacy scheme will be used when compiling the
+# standard library.
+# If an explicit setting is given, it will be used for all parts of the codebase.
+#new-symbol-mangling = true|false (see comment)
 
 # =============================================================================
 # Options for specific targets