Skip to content

Commit 9f2776d

Browse files
committed
CI DEBUGGING for 386
1 parent a0972ed commit 9f2776d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
git config diff.renameLimit 999999
354354
- name: Configure
355355
run: |
356-
./Configure -des -Dusedevel ${{ matrix.CONFIGURE_ARGS }} -Dprefix="$HOME/perl-blead"
356+
./Configure -des -DDEBUGGING -Dusedevel ${{ matrix.CONFIGURE_ARGS }} -Dprefix="$HOME/perl-blead"
357357
- name: Build
358358
run: |
359359
MALLOC_PERTURB_=254 MALLOC_CHECK_=3 make -j2

0 commit comments

Comments
 (0)