X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=default.cfg;h=7aa310aa7b38df8dfd94f99a3a262038db30ec0d;hb=962952444350b516b9d14f1ca1c3a6a79f8b5a0b;hp=f6e25e3b35c336962083d837f1f3e9c58018e518;hpb=f40ee1ad9edce6568e9a60be6b595e68160537d2;p=libucw.git diff --git a/default.cfg b/default.cfg index f6e25e3b..7aa310aa 100644 --- a/default.cfg +++ b/default.cfg @@ -10,7 +10,10 @@ Set("CONFIG_DEBUG"); # We want the public API Set("CONFIG_INSTALL_API"); -# Libucw should support files >2GB and threading +# 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); @@ -20,19 +23,23 @@ Set("CONFIG_UCW_PERL_MODULES" => 1); Set("CONFIG_UCW_SHELL_UTILS" => 1); Set("CONFIG_UCW_UTILS" => 1); -# Libimages settings -Set("CONFIG_IMAGES"); +# Libucw-images settings +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"); -# Libcharset +# Libucw-charset Set("CONFIG_CHARSET"); +Set("CONFIG_CHARSET_UTILS"); + +# Libucw-xml +Set("CONFIG_XML"); -# Libshxml -Set("CONFIG_SHXML"); +# Libucw-json +Set("CONFIG_JSON"); # Return success 1;