Re: How to customize libglib



Hi,

Mikio Kishi <mkishi 104 net> writes:

> Now, I'm using glib-2.2.3.
> It's so useful, there are a lot of modules !
> 
> But, for the moment, I need only a few data types
> (GString, GHashTable, GTree, and so on..),
> and I hope that the size of libglib is as small as possible
> because I'd like to use it as a static library.

If you link statically, the resulting binary will only contain the
parts of glib that your application needs. You don't need to do
anything special for that.


Sven




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]