# Copyright (C) Vladimir Prus 2002. Permission to copy, use, modify, sell and # distribute this software is granted provided this copyright notice appears in # all copies. This software is provided "as is" without express or implied # warranty, and with no claim as to its suitability for any purpose. # Defines standard features and rules. import feature : feature compose ; feature toolset : gcc : implicit ; feature optimization : off on ; feature threading : single multi : link-incompatible ; feature variant : debug release : implicit composite ; compose debug : off ; compose release : on ;