ZmnSCPxj/clboss

Statically link clboss

Opened this issue · 0 comments

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.