RcppCore / RcppParallel

High-level functions for parallel programming with Rcpp
http://rcppcore.github.io/RcppParallel/
171 stars 58 forks source link

Do not attempt to use -rpath on Windows when linking. #223

Closed kalibera closed 2 months ago

kalibera commented 2 months ago

Windows does not support the Unix -rpath mechanism. This patch avoids attempts to use it, which is needed with LLVM lld linker, which fails with error message "unknown argument".