We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3866fac commit 091f52aCopy full SHA for 091f52a
1 file changed
master/master.cfg
@@ -197,10 +197,6 @@ class WideUnixBuild(UnixBuild):
197
configureFlags = ["--with-pydebug", "--with-wide-unicode"]
198
199
200
-class UnixBuildWithoutThreads(UnixBuild):
201
- configureFlags = ["--with-pydebug", "--without-threads"]
202
-
203
204
class UnixBuildWithoutGcc(UnixBuild):
205
configureFlags = ["--with-pydebug", "--without-gcc"]
206
0 commit comments