From 3ae77c68e8b46d474ee67340296f3aebd88603fc Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 31 Oct 2025 13:31:32 +0500 Subject: [PATCH] build-all.py - add `VERBOSE=1` for building executables --- nix/build-all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build-all.py b/nix/build-all.py index 1902f84876..631f8edf81 100644 --- a/nix/build-all.py +++ b/nix/build-all.py @@ -1445,7 +1445,7 @@ if not WASM and (not explicit_targets or {"IfcGeom", "IfcConvert", "IfcGeomServe logger.info("\rBuilding executables... ") - run([make, f"-j{IFCOS_NUM_BUILD_PROCS}"], cwd=executables_dir) + run([make, f"-j{IFCOS_NUM_BUILD_PROCS}", "VERBOSE=1"], cwd=executables_dir) run([make, "install/strip" if BUILD_CFG == "Release" else "install"], cwd=executables_dir) if "IfcOpenShell-Python" in targets: