You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rust binaries are compiled with -fPIC by default, and this fights with
bazel's default of -fno-pic when using `-c opt` mode. This has caused
the compilation to fail.
After some running around with hair on fire, I found
bazelbuild/rules_rust#118, which seems to
work around the issue.
I think in the long run, rules_rust should handle this automagically for
the users.
0 commit comments