Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
I'm trying to link the static library to my shared library, but it requires that the static library is compile with -fPIC. So, is it possible to add a flag/environment variable so you can edit the build options?
I'm trying to link the static library to my shared library, but it requires that the static library is compile with -fPIC. So, is it possible to add a flag/environment variable so you can edit the build options?