Skip to content

Commit 9ef5a82

Browse files
committed
*REMOVE ME* Test debug build on GitHub
1 parent fd9edc6 commit 9ef5a82

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
if: matrix.build-system == 'cmake'
141141
run: |
142142
cmake -S../.. -B. -GNinja \
143-
-DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
143+
-DCMAKE_BUILD_TYPE=Debug -DBUILD_NATIVE=OFF \
144144
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
145145
-DCMAKE_INSTALL_PREFIX=/usr \
146146
--debug-trycompile
@@ -175,7 +175,7 @@ jobs:
175175
../../autogen.sh
176176
export F77=gfortran-14
177177
export FC=gfortran-14
178-
../../configure --with-system-gc --with-fplll
178+
../../configure --with-system-gc --with-fplll --enable-debug
179179
180180
- name: Build libraries using Make
181181
if: matrix.build-system == 'autotools'

0 commit comments

Comments
 (0)