mirror of
https://github.com/boostorg/build.git
synced 2026-02-10 23:32:20 +00:00
Optimization.
* build/feature.jam (attributes): Don't call 'valid', as it leads to big slowdown. [SVN r32692]
This commit is contained in:
@@ -188,10 +188,6 @@ rule valid ( names + )
|
||||
# return the attibutes of the given feature
|
||||
rule attributes ( feature )
|
||||
{
|
||||
if ! [ valid $(feature) ]
|
||||
{
|
||||
error \"$(feature)\" is not a valid feature name ;
|
||||
}
|
||||
return $($(feature).attributes) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user