From 8dcce057f7a6b558273a0e7f51079a2a1b853e04 Mon Sep 17 00:00:00 2001 From: Scot Breitenfeld Date: Mon, 14 Oct 2024 16:08:02 -0500 Subject: [PATCH] build hdf5 debug --- .github/workflows/ubuntu_openmpi.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu_openmpi.yml b/.github/workflows/ubuntu_openmpi.yml index 7f7fea9..a01ee48 100644 --- a/.github/workflows/ubuntu_openmpi.yml +++ b/.github/workflows/ubuntu_openmpi.yml @@ -50,7 +50,9 @@ jobs: ./configure --prefix=${GITHUB_WORKSPACE}/HDF5 \ --silent \ --enable-parallel \ - --enable-build-mode=production \ + --enable-build-mode=debug \ + --enable-internal-debug=all \ + --enable-trace \ --enable-unsupported \ --enable-threadsafe \ --disable-doxygen-doc \