Skip to content

build: ensure that we push -static into the flags #67771

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

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

compnerd
Copy link
Member

@compnerd compnerd commented Aug 7, 2023

The CxxStdlib module is built statically only. We would previously build the static library but indicate dynamic linking. This would incorrectly code generate in the client on Windows making it impossible to use the module.

The CxxStdlib module is built statically only.  We would previously
build the static library but indicate dynamic linking.  This would
incorrectly code generate in the client on Windows making it impossible
to use the module.
@compnerd
Copy link
Member Author

compnerd commented Aug 7, 2023

CC: @egorzhdan @hyp

@compnerd
Copy link
Member Author

compnerd commented Aug 7, 2023

@swift-ci please test

Copy link
Contributor

@egorzhdan egorzhdan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@compnerd compnerd merged commit 5036112 into swiftlang:main Aug 7, 2023
@compnerd compnerd deleted the static branch August 7, 2023 20:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants