Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make function checks more robust within shared libs
Previous attempt to error at link like was with 1747cdf this however causes issues with newer clang where it detects the assignment as -Wint-conversion warning which is treated at error and builds with clang fail. So this is an attempt to instruct linker explicitly to error out if the symbol is not found during link time when building a shared library, this fixes both the problems as reported in #23 as well as #33 (comment) Signed-off-by: Khem Raj <[email protected]>
- Loading branch information