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
So this can be used as all libraries
allowing unit to use it, without having to rebuild it on each version
and also reducing unit executable size (grow from ~480KB to ~1300KB with the static library)
The text was updated successfully, but these errors were encountered:
@xeioex, does njs version number reflect ABI compatibility of libnjs? For example, are all 8.1.x ABI compatible from the point of view of a program dynamically linking libnjs?
Please provide configure option to allow
So this can be used as all libraries
allowing unit to use it, without having to rebuild it on each version
and also reducing unit executable size (grow from ~480KB to ~1300KB with the static library)
The text was updated successfully, but these errors were encountered: