]> mj.ucw.cz Git - libucw.git/blobdiff - build/sherlock.cfg
Unfortunately, CONFIG_MORFEO is here to stay.
[libucw.git] / build / sherlock.cfg
index abdeb4aea8b96cee63a3a4630577de05d4190d54..e09e8d9255d40d554d957b3c6459d1ae4424b7c3 100644 (file)
@@ -7,13 +7,16 @@ Set("SHERLOCK_VERSION" => "3.5");
 # Installation directory for `make install'
 Set("INSTALL_DIR" => "~/run-3.5");
 
+# Compile everything with debug information and ASSERT's
+UnSet("CONFIG_DEBUG");
+
 ### Standard modules available in all releases of Sherlock ###
 
 # Gatherer (the gatherer library and some utilities) [FIXME: decide automatically?]
 Set("CONFIG_GATHERER");
 
 # The gatherer daemon (requires CONFIG_GATHERER)
-UnSet("CONFIG_GATHERD");
+Set("CONFIG_GATHERD");
 
 # Indexer
 Set("CONFIG_INDEXER");
@@ -72,7 +75,7 @@ Set("CONFIG_MAX_CONTEXTS" => 256);
 Set("CONFIG_32BIT_REFERENCES");
 
 # Debugging tools
-UnSet("CONFIG_DEBUG");
+UnSet("CONFIG_DEBUG_TOOLS");
 
 # Search server: Enable EXPLAIN command (slows searching down slightly)
 Set("CONFIG_EXPLAIN");
@@ -110,7 +113,7 @@ UnSet("CONFIG_EXCEL");
 # Extra stuff for Centrum
 UnSet("CONFIG_CENTRUM");
 
-# Configuration for Morfeo
+# Configuration for Morfeo (raises limits, activates filters etc.)
 UnSet("CONFIG_MORFEO");
 
 # Stemmer by UFAL and its dictionaries