I am building a tool program that works with MongoDB. The tool needs the query_planner module of MongoDB. I found that the .a built from MongoDB source is thin archive and does not include all dependent modules. How can I build the complete static library of query_planner module?