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 are building ZeroMQ in our process, but we really only need libzmq.so and not the static archive. Can we add an option to control the build output? For example, something like:
-DBUILD_STATIC=OFF
It just seems like a waste that we spend 10-15 seconds per build on something we are not going to use.
The text was updated successfully, but these errors were encountered:
We are building ZeroMQ in our process, but we really only need
libzmq.so
and not the static archive. Can we add an option to control the build output? For example, something like:-DBUILD_STATIC=OFF
It just seems like a waste that we spend 10-15 seconds per build on something we are not going to use.
The text was updated successfully, but these errors were encountered: