mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Adjust wording
This commit is contained in:
parent
e74e6e767d
commit
b1c390989f
@ -1088,7 +1088,7 @@ fn link_natively<'a>(
|
|||||||
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-l"))
|
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-l"))
|
||||||
}
|
}
|
||||||
Strip::Symbols => {
|
Strip::Symbols => {
|
||||||
// Must be noted this option removes symbol __aix_rust_metadata and thus removes .info section which contains metadata.
|
// Must be noted this option might remove symbol __aix_rust_metadata and thus removes .info section which contains metadata.
|
||||||
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-r"))
|
strip_symbols_with_external_utility(sess, stripcmd, out_filename, Some("-r"))
|
||||||
}
|
}
|
||||||
Strip::None => {}
|
Strip::None => {}
|
||||||
|
Loading…
Reference in New Issue
Block a user