]> mj.ucw.cz Git - libucw.git/blobdiff - default.cfg
Time: Timing functions separated out to <ucw/time.h>
[libucw.git] / default.cfg
index 47d8941fcc37149146f8890e64a565b5e3237a4f..90667f3ff402da70d152c9b85524eb5747e97e11 100644 (file)
@@ -4,6 +4,9 @@
 # Do we want shared or static libraries?
 Set("CONFIG_SHARED");
 
+# Include debugging code
+Set("CONFIG_DEBUG");
+
 # We want the public API
 Set("CONFIG_INSTALL_API");
 
@@ -27,6 +30,7 @@ UnSet("CONFIG_IMAGES_LIBMAGICK");
 
 # Libcharset
 Set("CONFIG_CHARSET");
+Set("CONFIG_CHARSET_UTILS");
 
 # Libshxml
 Set("CONFIG_SHXML");