On Tue, Oct 30, 2012 at 6:53 PM, Mick <m.d.berce...@gmail.com> wrote:
> by using "scons mongoclient" with no other options I get a huge file,
> 124,760 KB. What options can I use to get a smaller file?
> --
> You received this message because you are subscribed to the Google Groups
> "mongodb-dev" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/mongodb-dev/-/122AFx9_41sJ.
> To post to this group, send email to mongodb-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> mongodb-dev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mongodb-dev?hl=en.
On Tuesday, October 30, 2012 5:25:59 PM UTC-7, Andy Schwerin wrote: > Right now there are no options to that effect.
> On Tue, Oct 30, 2012 at 6:53 PM, Mick <m.d.be...@gmail.com <javascript:>>wrote:
>> by using "scons mongoclient" with no other options I get a huge file, >> 124,760 KB. What options can I use to get a smaller file?
>> -- >> You received this message because you are subscribed to the Google Groups >> "mongodb-dev" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/mongodb-dev/-/122AFx9_41sJ. >> To post to this group, send email to mongo...@googlegroups.com<javascript:> >> . >> To unsubscribe from this group, send email to >> mongodb-dev...@googlegroups.com <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/mongodb-dev?hl=en.
I haven't investigated, but possibilities include the size of debugging
information embedded in Windows, or the fact that MSVC uses link-time
optimization, so maybe the object files contain extra data.
On Wed, Oct 31, 2012 at 1:12 PM, Mick <m.d.berce...@gmail.com> wrote:
> why is there such a big difference in size for Linux? the
> libmongoclient.a is only 5,259 KB...
> On Tuesday, October 30, 2012 5:25:59 PM UTC-7, Andy Schwerin wrote:
>> Right now there are no options to that effect.
>> On Tue, Oct 30, 2012 at 6:53 PM, Mick <m.d.be...@gmail.com> wrote:
>>> by using "scons mongoclient" with no other options I get a huge file,
>>> 124,760 KB. What options can I use to get a smaller file?
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "mongodb-dev" group.
>>> To view this discussion on the web visit https://groups.google.com/d/** >>> msg/mongodb-dev/-/122AFx9_41sJ<https://groups.google.com/d/msg/mongodb-dev/-/122AFx9_41sJ>
>>> **.
>>> To post to this group, send email to mongo...@googlegroups.com.
>>> To unsubscribe from this group, send email to mongodb-dev...@**
>>> googlegroups.com.
> To post to this group, send email to mongodb-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> mongodb-dev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/mongodb-dev?hl=en.