diff --git a/boost_build_v2.html b/boost_build_v2.html index 57b50c25e..762a50850 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 Allowed values: debug, release,
+ profile The value debug expands to The value release expands to The value profile expands to the same as
+ release, plus: Rationale: Runtime debugging is on in debug build so suit
diff --git a/gcc.jam b/gcc.jam
index d90e6f86b..5be0314bc 100644
--- a/gcc.jam
+++ b/gcc.jam
@@ -66,6 +66,8 @@ flags gcc.compile OPTIONS bjam there. A simple application will be built. You can also
play with other projects in examples-v2.
+ it somewhere.
+
+
@@ -658,6 +659,12 @@ boost-build /path/to/boost.build ;
<optimization>speed <debug-symbols>off <inlining>full <runtime-debugging>off
+
+
+
+<profiling>on <debug-symbols>on