From bf2cf8cd53361826e51e01c2904f6fb4cb7502dc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 16 Aug 2019 22:39:07 +0300 Subject: Add support for default options files --- build2/b-options.ixx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build2/b-options.ixx') diff --git a/build2/b-options.ixx b/build2/b-options.ixx index a8dd01c..ab5af3f 100644 --- a/build2/b-options.ixx +++ b/build2/b-options.ixx @@ -477,6 +477,12 @@ namespace build2 } inline const bool& options:: + no_default_options () const + { + return this->no_default_options_; + } + + inline const bool& options:: help () const { return this->help_; -- cgit v1.1