From 454dc82a99f2c9cfe42ff5baa38597d3748d6b24 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Wed, 9 Feb 2022 21:04:57 -0600 Subject: [PATCH] GitHub: Build with debug on OS X --- .github/workflows/osx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/osx.yml b/.github/workflows/osx.yml index aef2f8473..9848b1e33 100644 --- a/.github/workflows/osx.yml +++ b/.github/workflows/osx.yml @@ -78,7 +78,7 @@ jobs: /bin/sh ./autogen.sh mkdir build cd build - ../configure --srcdir=`dirname "$PWD"` --disable-afs-support --enable-maintainer-mode --enable-developer $CONFIGURE_OPTS --prefix=$HOME/inst CFLAGS="-Wno-error=shadow -Wno-error=bad-function-cast -Wno-error=unused-function -Wno-error=unused-result -Wno-error=deprecated-declarations" + ../configure --srcdir=`dirname "$PWD"` --disable-afs-support --enable-maintainer-mode --enable-developer $CONFIGURE_OPTS --prefix=$HOME/inst CFLAGS="-Wno-error=shadow -Wno-error=bad-function-cast -Wno-error=unused-function -Wno-error=unused-result -Wno-error=deprecated-declarations" CFLAGS="-O0 -g -ggdb3" ulimit -c unlimited make -j4 - name: Test -- 2.11.4.GIT