]> mj.ucw.cz Git - libucw.git/blobdiff - default.cfg
Debian: The build system is packaged as a part of libucw-dev
[libucw.git] / default.cfg
index 9a43ab604455fd65795d87a9cacc45bb739951d6..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);
@@ -36,7 +36,10 @@ Set("CONFIG_CHARSET");
 Set("CONFIG_CHARSET_UTILS");
 
 # Libucw-xml
-UnSet("CONFIG_XML");
+Set("CONFIG_XML");
+
+# Libucw-json
+Set("CONFIG_JSON");
 
 # Return success
 1;