From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: passt.top; dmarc=none (p=none dis=none) header.from=gibson.dropbear.id.au Authentication-Results: passt.top; dkim=pass (2048-bit key; secure) header.d=gibson.dropbear.id.au header.i=@gibson.dropbear.id.au header.a=rsa-sha256 header.s=202602 header.b=aWZK3UJJ; dkim-atps=neutral Received: from mail.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 32B235A0265 for ; Fri, 15 May 2026 10:20:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202602; t=1778833220; bh=YjiFzqb3lfvsDZx3vLhdX9S+WXaUKa9NwzwepuJoFXM=; h=From:To:Cc:Subject:Date:From; b=aWZK3UJJ2Y5GqIkXcfibD0UM/wm/TXhRZzIdmsGCRmiA4Hkjnn/aaIr9BkNRtWcyy 0+bOVuG65+OXd6M7K8zR2l6vyGmeAkI1noVpvHDBkMZeDhy4Jz1b81MpBW+kvauFVm UvYtxzfXODUXzApETiiW55B9adXCbC0Ea+sc/rHMfD0omAoNvf3GKdYfJ0dMXx95Jv MA72I3l8uctVyb4zbgQxJdS4eg7wtLcbJR4gorgqrwQzDQBcQbpPKmGqdXrTBICKU6 1FXDrNV3brtRD3aGbgKTzEfmMJ1h8X7TEUj24wbGS48Y6a8okXHsMxPbVwp18DYkzd EtxlSVdEQAq6A== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4gH0W774HSz4vyg; Fri, 15 May 2026 18:20:19 +1000 (AEST) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 0/3] Fix broken build with -DNDEBUG Date: Fri, 15 May 2026 14:13:09 +1000 Message-ID: <20260515041312.317644-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.54.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: LURS7QBYJ6DZSNCOAQXMJCCEORPPSKQ3 X-Message-ID-Hash: LURS7QBYJ6DZSNCOAQXMJCCEORPPSKQ3 X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Jan Palus , David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Fix the trivial but nasty with -DNDEBUG builds recently reported by Jan Palus. While we're there, add a couple of extra build tests. These wouldn't actually catch this problem, but they're better than nothing and do catch the #include problem I also spotted. David Gibson (3): test: Extend exeter build tests to cover more recent binaries Fix build with -DNDEBUG test: Add test for builds with -DNDEBUG test/build/build.py | 25 +++++++++++++++++++++---- util.h | 3 ++- 2 files changed, 23 insertions(+), 5 deletions(-) -- 2.54.0