diff --git a/v1/features.jam b/v1/features.jam index 3ddc06ffe..ab0797232 100644 --- a/v1/features.jam +++ b/v1/features.jam @@ -66,6 +66,10 @@ feature exception-handling : on off ; # Enable/disable C++ runtime type information. feature rtti : on off ; +# Set the feature to "no" in order to skip the build of this target. +# Useful to disable known non-working compilers or variants. +feature build : yes no ; + # ??. feature stdlib : "default" gcc stlport ;