Skip to content

Commit 2a7b4b0

Browse files
committed
windows: make shared-noopt the default build configuration
The static builds have too many known quirks. Let's make the more stable distributions the default.
1 parent 908d502 commit 2a7b4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-windows/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2455,7 +2455,7 @@ def main():
24552455
parser.add_argument(
24562456
"--profile",
24572457
choices={"static-noopt", "shared-noopt", "shared-pgo"},
2458-
default="static-noopt",
2458+
default="shared-noopt",
24592459
help="How to compile Python",
24602460
)
24612461
parser.add_argument(

0 commit comments

Comments
 (0)