We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0972ed commit 9f2776dCopy full SHA for 9f2776d
.github/workflows/testsuite.yml
@@ -353,7 +353,7 @@ jobs:
353
git config diff.renameLimit 999999
354
- name: Configure
355
run: |
356
- ./Configure -des -Dusedevel ${{ matrix.CONFIGURE_ARGS }} -Dprefix="$HOME/perl-blead"
+ ./Configure -des -DDEBUGGING -Dusedevel ${{ matrix.CONFIGURE_ARGS }} -Dprefix="$HOME/perl-blead"
357
- name: Build
358
359
MALLOC_PERTURB_=254 MALLOC_CHECK_=3 make -j2
0 commit comments