From 5607313a91e5ca0113b1f8b9acfd02c1fb105346 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 19 Jan 2017 12:45:04 +0200 Subject: Get rid of project_name_pool With small string optimizations this is most likely a hindrance rather that an optimization. --- build2/cc/compile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/compile.cxx') diff --git a/build2/cc/compile.cxx b/build2/cc/compile.cxx index 3318f21..23499ad 100644 --- a/build2/cc/compile.cxx +++ b/build2/cc/compile.cxx @@ -277,7 +277,7 @@ namespace build2 // we don't need to do match() in order to get options (if // any, they would be set by search_library()). // - if (p.proj () == nullptr || + if (!p.proj () || search_library ( sys_lib_dirs, usr_lib_dirs, p.prerequisite) == nullptr) { -- cgit v1.1