Skip to content

Commit e2045aa

Browse files
committed
Revert "Try optimized build"
This reverts commit f599e84.
1 parent 1d69c36 commit e2045aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build CPython
4040
run: >-
4141
.\\PCbuild\\build.bat
42-
-e -v
42+
-e -d -v
4343
-p "${ARCH}"
4444
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
4545
shell: bash
@@ -51,6 +51,6 @@ jobs:
5151
run: >-
5252
.\\PCbuild\\rt.bat
5353
-p "${ARCH}"
54-
-q --fast-ci
54+
-d -q --fast-ci
5555
${{ fromJSON(inputs.free-threading) && '--disable-gil' || '' }}
5656
shell: bash

0 commit comments

Comments
 (0)