From c119981762da67ba3a7d82f5d5efe68e38bffb54 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 17 May 2006 16:11:40 +0200 Subject: [PATCH] Added the core of merging hashes. --- build/sherlock.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/sherlock.cfg b/build/sherlock.cfg index eee85577..db28013c 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -112,6 +112,9 @@ UnSet("CONFIG_AREAS"); # Site compression UnSet("CONFIG_SITES"); +# Generate hashes for merging of independent indices in the mux +UnSet("CONFIG_MERGING_HASHES"); + # Gathering of images UnSet("CONFIG_IMAGES"); -- 2.39.2