We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 065d299 commit a5e4f60Copy full SHA for a5e4f60
.github/workflows/mingw.yml
@@ -79,6 +79,7 @@ jobs:
79
--with-system-expat \
80
--with-system-libmpdec \
81
--without-ensurepip \
82
+ --without-remote-debug \
83
--enable-loadable-sqlite-extensions \
84
--with-tzpath=${MINGW_PREFIX}/share/zoneinfo \
85
--enable-optimizations
@@ -232,6 +233,7 @@ jobs:
232
233
--prefix="$PREFIX" \
234
--enable-shared \
235
236
237
238
--with-build-python=yes
239
@@ -305,6 +307,7 @@ jobs:
305
307
--build=x86_64-pc-linux-gnu \
306
308
309
310
311
--without-c-locale-coercion \
312
313
0 commit comments