Support building using "computed gotos" for clang-cl on Windows #131278
Labels
build
The build process and cross-build
OS-windows
performance
Performance or resource usage
type-feature
A feature request or enhancement
Per suggestion from @zooba in #130040 (comment), don't be too fancy here:
WITH_COMPUTED_GOTOS
and keepbuild.bat
out of the loop. It does not have to learn such flags. It already knows too many of them "which could just be passed through".!= ''
rather than a specific value.set WITH_COMPUTED_GOTOS=true
WITH_COMPUTED_GOTOS=false
, should we ever enable it by default (and the user does not like our guess)Linked PRs
The text was updated successfully, but these errors were encountered: