Skip to content
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

Set -link-defaultlib-shared=false when building with LDC LTO and runtime libs. #329

Merged

Conversation

jondegenhardt
Copy link
Contributor

Fix for Issue #325.

This PR adds the -link-defaultlib-shared=false when building with LDC LTO using LTO versions of druntime and Phobos (the default libs). This is to override an ldc2.conf setting of -link-defaultlib-shared=true used in some environments. This issue was identified on the Archlinux LDC installation (Issue #325) but may occur in other environments as well.

@jondegenhardt jondegenhardt merged commit 9964887 into eBay:master Dec 26, 2020
@jondegenhardt jondegenhardt deleted the lto_link-defaultlib-shared_false branch December 26, 2020 04:43
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.

None yet

1 participant