Re: [Sofia-sip-devel] build time options to disable stun/nth modules

2007-02-06 Thread Kai Vehmanen
Btw, if you are short on storage space, "-Os" helps quite a bit... On Tue, 6 Feb 2007, Kai Vehmanen wrote: > --disable-stun > --disable-nth > > Together, these cut down the stripped libsofia-sip-ua.so by 160K. By rebuilding with "-Os" (gcc-4.1.2), you'll save additional 264K, resulting in libso

[Sofia-sip-devel] build time options to disable stun/nth modules

2007-02-06 Thread Kai Vehmanen
Hello, I now added a few build time options that allow to shrink the library size: --disable-stun Disables the STUN module (the public API), example clients, and support for STUN keepalives in SIP signaling. --disable-nth Disables http and nth (transaction layer) modules. As collate