From a519bb063505a8d39e6b1e12f130d66771676e23 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 12 Nov 2008 11:08:27 +0000 Subject: * Some somewhat ad hoc mechanism to allow the build farm to monitor build progress. --- src/libstore/globals.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstore/globals.cc') diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc index 7228fc193..19087f657 100644 --- a/src/libstore/globals.cc +++ b/src/libstore/globals.cc @@ -28,6 +28,7 @@ string thisSystem = "unset"; unsigned int maxSilentTime = 0; Paths substituters; bool useBuildHook = true; +bool printBuildTrace = false; static bool settingsRead = false; -- cgit v1.2.3