From ffc86c23d734253b30eb823403ab749a17b3aa46 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Mon, 13 Apr 2026 12:20:00 +0400 Subject: [PATCH] fix: nph build (#1419) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f9d9a55..980b1750 100644 --- a/Makefile +++ b/Makefile @@ -216,7 +216,7 @@ build-nph: ifeq ("$(wildcard $(NPH))","") cd vendor/nph && \ nimble setup -l && \ - nimble build && \ + nimble build -d:disable_libbacktrace && \ mv ./nph ../../$(shell dirname $(NPH)) && \ echo "nph utility is available at " $(NPH) endif