Skip to content
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

risedev: check lead to recompilation of whole project when dev on Linux #3759

Closed
BugenZhao opened this issue Jul 9, 2022 · 1 comment · Fixed by #3761
Closed

risedev: check lead to recompilation of whole project when dev on Linux #3759

BugenZhao opened this issue Jul 9, 2022 · 1 comment · Fixed by #3761
Assignees

Comments

@BugenZhao
Copy link
Member

Environment:

> uname -a
Linux bz-server 5.15.0-40-generic #43-Ubuntu SMP Wed Jun 15 12:54:21 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
> cargo --version
cargo 1.63.0-nightly (8d42b0e87 2022-06-17)
> git rev-parse HEAD
8e8a39b380b42d5041252ce62acd7f6527cd81b7
@skyzh
Copy link
Contributor

skyzh commented Jul 9, 2022

We have special linker config on Linux:

[target.x86_64-unknown-linux-gnu]
rustflags = [
    "-C", "link-arg=-fuse-ld=lld", "--cfg", "tokio_unstable"
]

[target.aarch64-unknown-linux-gnu]
rustflags = [
    "-C", "link-arg=-fuse-ld=lld", "--cfg", "tokio_unstable"
]

Could it be causing the problem? e.g. rust-analyzer didn't pick up this config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants