X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=default.cfg;h=086ab385f1902b2b281158af30940e20ba17249b;hb=HEAD;hp=9a43ab604455fd65795d87a9cacc45bb739951d6;hpb=0192d9f3a127c82b32131d26ed9b5fb5a90db723;p=libucw.git diff --git a/default.cfg b/default.cfg index 9a43ab60..086ab385 100644 --- a/default.cfg +++ b/default.cfg @@ -10,13 +10,13 @@ Set("CONFIG_DEBUG"); # We want the public API Set("CONFIG_INSTALL_API"); +# Enable GCC link-time optimizations (experimental) +UnSet("CONFIG_LTO"); + # LibUCW should support files >2GB and threading Set("CONFIG_UCW_LARGE_FILES"); Set("CONFIG_UCW_THREADS" => 1); -# Build only LibUCW itself -Set("CONFIG_UCW_ONLY"); - # Libucw extensions Set("CONFIG_UCW_PERL" => 1); Set("CONFIG_UCW_PERL_MODULES" => 1); @@ -27,8 +27,8 @@ Set("CONFIG_UCW_UTILS" => 1); UnSet("CONFIG_IMAGES"); Set("CONFIG_IMAGES_LIBJPEG"); Set("CONFIG_IMAGES_LIBPNG"); -Set("CONFIG_IMAGES_LIBUNGIF"); -UnSet("CONFIG_IMAGES_LIBGIF"); +UnSet("CONFIG_IMAGES_LIBUNGIF"); +Set("CONFIG_IMAGES_LIBGIF"); UnSet("CONFIG_IMAGES_LIBMAGICK"); # Libucw-charset @@ -36,7 +36,14 @@ Set("CONFIG_CHARSET"); Set("CONFIG_CHARSET_UTILS"); # Libucw-xml -UnSet("CONFIG_XML"); +Set("CONFIG_XML"); + +# Libucw-json +Set("CONFIG_JSON"); + +# Compress .deb packages with gzip (instead of the default algorithm) +# Hack for Economia's deployment machinery +UnSet("CONFIG_BUILDDEB_GZIP"); # Return success 1;