but in the Makefiles yet, because I want to keep the old config system
for a short while.
# 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_32BIT_REFERENCES");
# Debugging tools
-UnSet("CONFIG_DEBUG");
+UnSet("CONFIG_DEBUG_TOOLS");
# Search server: Enable EXPLAIN command (slows searching down slightly)
Set("CONFIG_EXPLAIN");