Hello Ivan, There's a software called `bloaty` [1] that can tell you the size of binary object per symbols.
Thank you, François [1] https://github.com/google/bloaty On Wed, Sep 4, 2019 at 12:00 PM Ivan Popivanov <ivan.popiva...@gmail.com> wrote: > > Have been trying to figure out the binary size of a basic arrow static > library. Release, on windows, produced static libraries of ~65Mb. The > dynamic library however is about 5Mb. Which dlls are bringing the extras in > the static - can we cut them off? > > In other words, are there any switches to turn functionality off - let's > say I need only table creation and serialization. > > Thanks in advance > Ivan