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
We need to add an option to skip the check of presence of external symbols in C shared libraries used as program's extensions like PostgreSQL to avoid the gcc -z defs option.
Hi!
We need to add an option to skip the check of presence of external symbols in C shared libraries used as program's extensions like PostgreSQL to avoid the
gcc -z defs option
.Proposed API:
check-symbols | bool | Check symbols presence in package (default=true)
We will make a PR to solve this need.
The text was updated successfully, but these errors were encountered: