From 79763cb5b4b7cfa67fa0251e03bb4bc7c9bf00b6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Jul 2022 07:52:35 +0200 Subject: Disable risky sanity check --- libbuild2/cc/link-rule.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libbuild2/cc/link-rule.cxx b/libbuild2/cc/link-rule.cxx index 3d899e8..8794c25 100644 --- a/libbuild2/cc/link-rule.cxx +++ b/libbuild2/cc/link-rule.cxx @@ -839,7 +839,9 @@ namespace build2 // @@ Isn't libul{} member already picked or am I missing something? // If not, then we may need the same in recursive-binless logic. // - assert (false); // @@ TMP +#if 0 + assert (false); // @@ TMP (remove before 0.16.0 release) +#endif ux = &link_member (*ul, a, li)->as (); } else if ((ux = pt->is_a ()) || -- cgit v1.1