From ed436aad1c21a9256d22cf4dc129663429220d23 Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Wed, 23 Nov 2005 10:17:58 +0000 Subject: [PATCH] add a configuration switch for the incremental scanner --- build/sherlock.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 557777af..cf2e0c9f 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -97,6 +97,9 @@ Set("CONFIG_OWN_REGEX"); # Include custom builtin functions in filtering language UnSet("CONFIG_CUSTOM_FILTER"); +# Include the incremental indexer +UnSet("CONFIG_INCREMENTAL"); + # Install libraries and their API includes UnSet("CONFIG_INSTALL_API"); -- 2.39.5