Skip to content

Commit d25f0e1

Browse files
Build Oddballs with --enable-pystats
1 parent 06261e9 commit d25f0e1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

master/custom/factories.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,10 @@ class UnixBigmemBuild(UnixBuild):
295295

296296
class UnixOddballsBuild(UnixBuild):
297297
buildersuffix = ".oddballs"
298+
configureFlags = [
299+
"--enable-pystats",
300+
"--with-pydebug",
301+
]
298302
testFlags = ["-u", "xpickle,tzdata",
299303
"test_xpickle", "test_zoneinfo", "test_datetime"]
300304
factory_tags = ["xpickle", "tzdata"]

0 commit comments

Comments
 (0)