]> mj.ucw.cz Git - libucw.git/blobdiff - default.cfg
Main recio: Avoid calling of read_handler() with zero available bytes.
[libucw.git] / default.cfg
index 53f7a90d283e12735ec9f5930a6db3b27814151c..82cc006e6ca40a67dab63c87f5db329dd4eac7d2 100644 (file)
@@ -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);
@@ -32,11 +32,14 @@ UnSet("CONFIG_IMAGES_LIBGIF");
 UnSet("CONFIG_IMAGES_LIBMAGICK");
 
 # Libucw-charset
-UnSet("CONFIG_CHARSET");
+Set("CONFIG_CHARSET");
 Set("CONFIG_CHARSET_UTILS");
 
 # Libucw-xml
-UnSet("CONFIG_XML");
+Set("CONFIG_XML");
+
+# Libucw-json
+Set("CONFIG_JSON");
 
 # Return success
 1;