2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +00:00

Added "build" feature

[SVN r23952]
This commit is contained in:
Dave Abrahams
2004-07-22 12:56:04 +00:00
parent e33e2b411f
commit e550c56bac

View File

@@ -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 ;