From eb11d614956030dd153c8199a9a173ffd17ddc97 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Mar 2010 16:56:05 +0200 Subject: Disable tracing by default Provide an option to enable it. --- odb/options.cli | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'odb/options.cli') diff --git a/odb/options.cli b/odb/options.cli index bda8f1c..3b15fb2 100644 --- a/odb/options.cli +++ b/odb/options.cli @@ -15,6 +15,10 @@ class options bool --help {"Print usage information and exit."}; bool --version {"Print version and exit."}; + // + // Plugin options. + // + bool --trace {"Trace the compilation process."}; // This is a "fake" option in that it is actually handled by // argv_file_scanner. We have it here to get the documentation. -- cgit v1.1