We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9edc6 commit 9ef5a82Copy full SHA for 9ef5a82
1 file changed
.github/workflows/test_build.yml
@@ -140,7 +140,7 @@ jobs:
140
if: matrix.build-system == 'cmake'
141
run: |
142
cmake -S../.. -B. -GNinja \
143
- -DCMAKE_BUILD_TYPE=Release -DBUILD_NATIVE=OFF \
+ -DCMAKE_BUILD_TYPE=Debug -DBUILD_NATIVE=OFF \
144
-DCMAKE_PREFIX_PATH="`brew --prefix`;`brew --prefix libffi`" \
145
-DCMAKE_INSTALL_PREFIX=/usr \
146
--debug-trycompile
@@ -175,7 +175,7 @@ jobs:
175
../../autogen.sh
176
export F77=gfortran-14
177
export FC=gfortran-14
178
- ../../configure --with-system-gc --with-fplll
+ ../../configure --with-system-gc --with-fplll --enable-debug
179
180
- name: Build libraries using Make
181
if: matrix.build-system == 'autotools'
0 commit comments