diff --git a/boost_build_v2.html b/boost_build_v2.html index fa9eb4fe8..c94a0a00d 100644 --- a/boost_build_v2.html +++ b/boost_build_v2.html @@ -22,12 +22,12 @@ div.alert { color: red } table { align: center; border: thin; } - + + - build request, build request expansion and directly requested targets + - conditional properties + -->
It is slighly better way is to copy new/user-config.jam
+ into one of the locations where it can be found (given in this table). This prevent you from
+ accidentally overwriting your config when updating.
+
+
Allowed values: debug, release
+ +The value on expands to
++ <optimization>off <debug-symbols>on <inlining>off <runtime-debugging>on + ++ +
The value off expands to
++<optimization>speed <debug-symbols>off <inlining>full <runtime-debugging>off ++ +
Rationale: Runtime debugging is on in debug build so suit + expectations of people used various IDEs. It's assumed other folks + don't have any specific expectation in this point.
+Last modified: Apr 25, 2003
-© Copyright Vladimir Prus 2002-2003. Permission to copy, use, modify, - sell and distribute this document is granted provided this copyright - notice appears in all copies. This document is provided ``as is'' without - express or implied warranty, and with no claim as to its suitability for - any purpose.
+© Copyright Vladimir Prus 2002-2003. Permission to copy, use, + modify, sell and distribute this document is granted provided this + copyright notice appears in all copies. This document is provided ``as + is'' without express or implied warranty, and with no claim as to its + suitability for any purpose.