Hey Chris, I don't know of any switches to build a minimal lib. When I need small (and only one binary on the system will use thrift) I usually build the exact .cpps I need into the executable.
Best, Randy On Sun, Jul 5, 2015 at 10:50 AM, Chris Seto <[email protected]> wrote: > Hi, > > I managed to get a build environment for Thrift setup on a Beaglebone > black, and I'm trying to *only* compile the libraries required to run the > nonbocking server. The thrift compiler and the rest I can build elsewhere, > but the only thing I need compiled for an ARMHF target are those cpp libs. > Building the entire thrift package results in issues with limited memory. > > Is there a make argument I can supply to only build the very core cpp libs > that I can link against in my cpp program? > > Thanks, > Chris > -- >
