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.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'odb/options.hxx') diff --git a/odb/options.hxx b/odb/options.hxx index 9074410..8fb43e2 100644 --- a/odb/options.hxx +++ b/odb/options.hxx @@ -301,6 +301,9 @@ class options const bool& version () const; + const bool& + trace () const; + const std::string& options_file () const; @@ -318,6 +321,7 @@ class options public: bool help_; bool version_; + bool trace_; std::string options_file_; }; -- cgit v1.1