Skip to content

WIP: Don't use `-lm` when linking.

Peter W. Draper requested to merge no-lm into master

Intel linkers can apparently use optimized maths functions, which requires that we do not pass-lm when linking. This attempts this.

Fixes #703 (closed)

Edited by Peter W. Draper

Merge request reports