aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/cc/common.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-08-11 11:07:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-08-11 11:07:09 +0200
commit037e5e9224648fdc9f3956d612fb476966847f5c (patch)
tree7c829f581fbd0caafd4a121c7f3a1ab60e3c5557 /libbuild2/cc/common.hxx
parent67db22fcae32c8a8014866ef2ee55b6c7733c3f9 (diff)
Optimize process_libraries() some more
Diffstat (limited to 'libbuild2/cc/common.hxx')
-rw-r--r--libbuild2/cc/common.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/common.hxx b/libbuild2/cc/common.hxx
index f15bf23..64de228 100644
--- a/libbuild2/cc/common.hxx
+++ b/libbuild2/cc/common.hxx
@@ -298,7 +298,7 @@ namespace build2
const function<bool (const target&, const string&, bool, bool)>&,
bool = false,
library_cache* = nullptr,
- small_vector<const target*, 16>* = nullptr) const;
+ small_vector<const target*, 24>* = nullptr) const;
const target*
search_library (action a,