diff options
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 9f26eee..76d45c7 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -760,6 +760,18 @@ namespace build2 if (p.second) { +#if 0 + { + size_t n (map_.bucket_count ()); + if (n > buckets_) + { + text << "target_set buckets: " << buckets_ << " -> " << n + << " (" << map_.size () << ")"; + buckets_ = n; + } + } +#endif + t->ext_ = &i->first.ext; t->decl = decl; t->state.inner.target_ = t; |