chronoxor / CppServer

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
MIT License
1.44k stars 284 forks source link

Support PIC/user-defined build options #88

Closed DUOLabs333 closed 10 months ago

DUOLabs333 commented 1 year ago

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?

kfirufk commented 8 months ago

this was closed, means there is way to compile it with fPIC ?

DUOLabs333 commented 8 months ago

No, I just didn't end up using this project.