-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not print linker command in linker error by default #133871
Conversation
Only print the entire linker command that failed if `--verbose` is set. CC rust-lang#110763. Fix rust-lang#109979.
rustbot has assigned @compiler-errors. Use |
This PR modifies cc @jieyouxu The run-make-support library was changed cc @jieyouxu |
The job Click to see the possible cause of the failure (guessed by this bot)
|
Is this related to #133633? |
@Kobzol yes |
Only print the entire linker command that failed if
--verbose
is set.CC #110763. Fix #109979.