We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c797096 commit 4af0b97Copy full SHA for 4af0b97
1 file changed
bootstrap.example.toml
@@ -220,6 +220,11 @@
220
# which is also used in places like debuginfo `DW_AT_producer`. This may be useful for
221
# supplementary build information, like distro-specific package versions.
222
#
223
+# IMPORTANT: Changing this value changes crate IDs and symbol name mangling, making
224
+# compiled artifacts incompatible. PGO profiles cannot be reused across different
225
+# descriptions, and incremental compilation caches are invalidated. Keep this value
226
+# consistent when reusing build artifacts.
227
+#
228
# The Rust compiler will differentiate between versions of itself, including
229
# based on this string, which means that if you wish to be compatible with
230
# upstream Rust you need to set this to "". However, note that if you set this to "" but
0 commit comments