-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build-toolchain] Add an option to control if code built by the toolchain links by default to the OS runtime or the toolchain runtime. #33639
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
Conversation
@swift-ci build toolchain |
@swift-ci smoke test |
Linux Toolchain (Ubuntu 16.04) Install command |
@swift-ci smoke test |
@swift-ci build toolchain OS X platform |
…hain links by default to the OS runtime or the toolchain runtime. Today by default, we always link against the runtime runtime. This option just lets our users decide what they want, but leaves the defaults alone.
0a795c2
to
af4199e
Compare
@swift-ci build toolchain |
1 similar comment
@swift-ci build toolchain |
@swift-ci smoke test |
Linux Toolchain (Ubuntu 16.04) Install command |
macOS Toolchain Install command |
@swift-ci smoke test linux platform |
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.
thanks!
Today by default, we always link against the runtime runtime. This option just
lets our users decide what they want, but leaves the defaults alone.