From babc3f9ddacfd7d8d39ab72e3f134a4978adbfe1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 21 Oct 2019 12:11:33 +0200 Subject: Add more information on C and C++ compiler mode options to manual --- libbuild2/cc/init.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/cc/init.cxx') diff --git a/libbuild2/cc/init.cxx b/libbuild2/cc/init.cxx index ac5823b..d310c6b 100644 --- a/libbuild2/cc/init.cxx +++ b/libbuild2/cc/init.cxx @@ -83,6 +83,8 @@ namespace build2 auto v_t (variable_visibility::target); + // NOTE: remember to update documentation if changing anything here. + // v.insert ("config.cc.poptions", true); v.insert ("config.cc.coptions", true); v.insert ("config.cc.loptions", true); -- cgit v1.1