diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-13T16·35+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-13T16·35+0000 |
commit | ff9af107d3aa1362af906972c490773eeaaad4b5 (patch) | |
tree | 1478366b613551a2744a3802b1c74f081bf2a013 /src/libstore/globals.cc | |
parent | 3495d153b317a0853abd7114f29b44517f7c3813 (diff) |
* Option `-B' to always show the output of builders, regardless of
verbosity level.
Diffstat (limited to 'src/libstore/globals.cc')
-rw-r--r-- | src/libstore/globals.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstore/globals.cc b/src/libstore/globals.cc index e5d76ff48563..b3c658c29562 100644 --- a/src/libstore/globals.cc +++ b/src/libstore/globals.cc @@ -7,3 +7,5 @@ string nixStateDir = "/UNINIT"; string nixDBPath = "/UNINIT"; bool keepFailed = false; + +Verbosity buildVerbosity = lvlDebug; |