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

Turn off use of LDC option -disable-fp-elim for version 1.24.0+. #316

Closed jondegenhardt closed 3 years ago

jondegenhardt commented 3 years ago

The -disable-fp-elim option is no longer available starting with LDC 1.24. This flag was used in tsv-filter to avoid issues with uncaught exceptions on MacOS when building with LTO and PGO. These issues are not showing up in LDC 1.24.0-beta1.

See issues LDC #3576 and LDC #2585.