Skip to content

Commit

Permalink
Remove extra Windows build options
Browse files Browse the repository at this point in the history
These were unintentionally expanded in #326
  • Loading branch information
zanieb committed Sep 26, 2024
1 parent 0d7e5e0 commit 1efc4a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpython-windows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1867,8 +1867,7 @@ def main() -> None:
default="cpython-3.11",
help="Python distribution to build",
)
# TODO: Rename this to `--options` to match the Unix build script
optimizations = {"debug", "noopt", "pgo", "lto", "pgo+lto"}
optimizations = {"noopt", "pgo"}
parser.add_argument(
"--options",
choices=optimizations.union({f"freethreaded+{o}" for o in optimizations}),
Expand Down

0 comments on commit 1efc4a2

Please sign in to comment.