WIP: Don't use `-lm` when linking.
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
Intel linkers can apparently use optimized maths functions, which requires that we do not pass-lm when
linking. This attempts this.
Fixes #703 (closed)