Skip to content

Commit d558219

Browse files
Drop --with-pydebug
1 parent a0cb79c commit d558219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: sudo ./.github/workflows/posix-deps-apt.sh
3737
- name: Configure CPython
38-
run: ./configure --config-cache --with-pydebug --prefix="$INSTALL_DIR"
38+
run: ./configure --config-cache --prefix="$INSTALL_DIR"
3939
- name: Build CPython
4040
run: make -j
4141
- name: Install CPython

0 commit comments

Comments
 (0)