From e550c56bac79697b00752ab9bb87360e2069fa50 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Thu, 22 Jul 2004 12:56:04 +0000 Subject: [PATCH] Added "build" feature [SVN r23952] --- v1/features.jam | 4 ++++ 1 file changed, 4 insertions(+) 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 ;