aboutsummaryrefslogtreecommitdiff
path: root/build/diagnostics.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-04-02 11:53:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-04-02 11:53:01 +0200
commit626348009e74d2ec6e9f500d27f60728b4fc81df (patch)
tree9d56bf2d091abb2a7e99876d1184895e8b6fb4bb /build/diagnostics.cxx
parente0de4f26fcf598b4f6beaa2847c4d43a4c761f5b (diff)
Add command line option to set verbosity level
-v sets it to 1 (shows actual command lines) --verbose sets it to any value in the 0-5 range
Diffstat (limited to 'build/diagnostics.cxx')
-rw-r--r--build/diagnostics.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/diagnostics.cxx b/build/diagnostics.cxx
index 53d1a09..43ee0e5 100644
--- a/build/diagnostics.cxx
+++ b/build/diagnostics.cxx
@@ -64,7 +64,7 @@ namespace build
// Trace verbosity level.
//
- uint8_t verb;
+ uint16_t verb;
// Diagnostic facility, base infrastructure.
//