bloomberg / amqpprox

An AMQP 0.9.1 proxy server, designed for use in front of an AMQP 0.9.1 compliant message queue broker such as RabbitMQ.
Apache License 2.0
78 stars 16 forks source link

Start static linking protobuf library #59

Closed Chinmay1412 closed 3 years ago

Chinmay1412 commented 3 years ago

Currently, used protobuf library is being linked dynamically. Protobuf library has an option to link library statically. This will increase the size of executable. But because of static linking, it will allow us to distribute executable easily on host machine without installing protobuf library explicitly.

CC: @adamncasey