eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.42k stars 80 forks source link

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

Closed jondegenhardt closed 3 years ago

jondegenhardt commented 3 years ago

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.