mirror of
https://github.com/python/cpython.git
synced 2025-12-10 19:10:59 +00:00
GH-131278: Add option to build with computed gotos on Windows with clang-cl (GH-131279)
This commit is contained in:
parent
94f4d87aeb
commit
468a7aaeb4
3 changed files with 24 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
Add optimizing flag ``WITH_COMPUTED_GOTOS`` to Windows builds for when
|
||||
using a compiler that supports it (currently clang-cl). Patch by Chris Eibl.
|
||||
Loading…
Add table
Add a link
Reference in a new issue