File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 220220# which is also used in places like debuginfo `DW_AT_producer`. This may be useful for
221221# supplementary build information, like distro-specific package versions.
222222#
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+ #
223228# The Rust compiler will differentiate between versions of itself, including
224229# based on this string, which means that if you wish to be compatible with
225230# upstream Rust you need to set this to "". However, note that if you set this to "" but
You can’t perform that action at this time.
0 commit comments