-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Add a flag to build the stdlib without COMPATIBILITY_OVERRIDE #33438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a flag to build the stdlib without COMPATIBILITY_OVERRIDE #33438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM but please get @mikeash to also look at it before merging.
CMakeLists.txt
Outdated
@@ -406,6 +406,10 @@ option(SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY | |||
"Enable experimental Swift concurrency model" | |||
FALSE) | |||
|
|||
option(SWIFT_ENABLE_COMPATIBILITY_OVERRIDES |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be specific to the stdlib would you mind just moving this to stdlib/CMakeLists.txt
please?
@swift-ci please test |
1 similar comment
@swift-ci please test |
Build failed |
Build failed |
1d16ad3
to
fd7b186
Compare
@swift-ci please test |
1 similar comment
@swift-ci please test |
No description provided.