Re: Strip MongoDB binaries, and enable TLS

2016-05-28 Thread Stuart Henderson
On 2016/05/28 13:44, Andrew Aldridge wrote: > I should have noticed before now, but the MongoDB install target is not > stripping binaries, causing them to weigh in at around 500MB each. > > This patch manually invokes the $INSTALL_PROGRAM macro for each built > program rather than going through

Strip MongoDB binaries, and enable TLS

2016-05-28 Thread Andrew Aldridge
I should have noticed before now, but the MongoDB install target is not stripping binaries, causing them to weigh in at around 500MB each. This patch manually invokes the $INSTALL_PROGRAM macro for each built program rather than going through scons. This patch also turns on TLS/SSL support;