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
Hello, I would like to build a statically linked binary of clboss, because I plan to put it into a docker container. I've tried several flags, but I'm not getting it right:
Hello, I would like to build a statically linked binary of clboss, because I plan to put it into a docker container. I've tried several flags, but I'm not getting it right:
export CXXFLAGS="-static"
export CFLAGS="-static"
export LDFLAGS="-static"
export LDXXFLAGS="-static"
Sorry, I'm not a c programmer. What are the correct flags to do this?
Thanks.
The text was updated successfully, but these errors were encountered: