-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
cargo doc does not seem to respect RUSTFLAGS
#12481
Comments
Looks like this was the issue: #4737 |
Have you tried |
Is there a way to pass linker arguments to cargo doc based on target triple? Only |
Yes, RUSTDOCFLAGS worked. |
No. And afaik no one requested for that. (I've fixed an issue around btw #11323) The request does look different from this issue you've tried to fix. If possible, to make it clear, could you open a new one and close this? |
Problem
In the following repo:
https://github.com/yongqli/bug-test
Running
on macOS works, but running
fails with linker error.
Tested on cargo 1.71
Steps
No response
Possible Solution(s)
No response
Notes
On macOs you may need to install dependencies by running
brew install libomp
.Version
No response
The text was updated successfully, but these errors were encountered: