Skip to content

Commit 37d048d

Browse files
committed
revert --with-pydebug
1 parent 7304fca commit 37d048d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ jobs:
497497
- name: TSAN Option Setup
498498
run: echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
499499
- name: Configure CPython
500-
run: ./configure --with-thread-sanitizer --without-pymalloc --with-pydebug --disable-ipv6
500+
run: ./configure --with-thread-sanitizer --without-pymalloc --disable-ipv6
501501
- name: Build CPython
502502
run: make -j4
503503
- name: Display build info
@@ -518,7 +518,7 @@ jobs:
518518
- name: TSAN Option Setup
519519
run: echo "TSAN_OPTIONS=suppressions=${GITHUB_WORKSPACE}/Tools/tsan/supressions.txt" >> $GITHUB_ENV
520520
- name: Configure CPython
521-
run: ./configure --disable-gil --with-thread-sanitizer --with-pydebug --disable-ipv6
521+
run: ./configure --disable-gil --with-thread-sanitizer --disable-ipv6
522522
- name: Build CPython
523523
run: make -j4
524524
- name: Display build info

0 commit comments

Comments
 (0)