masqmail
diff INSTALL @ 203:45acc5727493
removed --with-glib-static configure option
linking glib statically is interesting if no other program uses it
on today's systems glib is widely used
if one cares on linking statically, he can link everything statically
the special case for glib will not get special care anymore
author | meillo@marmaro.de |
---|---|
date | Fri, 16 Jul 2010 14:48:17 +0200 |
parents | 5beb5d6d9623 |
children | 5745edd5b769 |
line diff
1.1 --- a/INSTALL Fri Jul 16 14:43:55 2010 +0200 1.2 +++ b/INSTALL Fri Jul 16 14:48:17 2010 +0200 1.3 @@ -97,11 +97,6 @@ 1.4 enabled. Only makes sense if your resources are limited and you have 1.5 libcrypto installed. Untested. 1.6 1.7 ---with-glib-static=PATH 1.8 -links with glib statically. This makes the binary larger but if 1.9 -masqmail is the only binary using glib, you save some space in total, 1.10 -because you do not need the shared glib library installed. 1.11 - 1.12 1.13 --disable-debug 1.14 disables debugging; setting it on the command line or in the