Link will succeed with unresolved symbols
Open
build
P1
triaged
- Dominant language
- Go
- Stars
- 2.2k
- Forks
- 329
- PR merge metrics
- No merged PRs in 30d
Description
For Android and macOS, the bazel build will succeed when symbols are unresolved.
For Android this is tragic - if you forget to declare a function, the library will just fail to load. No errors, no reasons given.
I think we need to put a `-Wl,--unresolved-symbols`... somewhere.
Contributor guide
Assessment
This issue has not been assessed yet.