[Rcpp-devel] Stripping symbols and Cran

Simon Urbanek simon.urbanek at R-project.org
Mon Sep 18 23:46:41 CEST 2017


Note that macOS doesn't include debugging info in the objects so stripping is meaningless there.
I wasn't on the full thread - which package are we talking about?

Cheers,
Simon



> On Sep 18, 2017, at 5:34 PM, Qiang Kou <qkou at umail.iu.edu> wrote:
> 
> On OSX, "-strip-all" or "-strip-debug" should work.
> 
> See [1] for more information.
> 
> Best,
> 
> Qiang Kou
> 
> [1] http://releases.llvm.org/2.9/docs/CommandGuide/html/llvm-ld.html
> 
> On Mon, Sep 18, 2017 at 11:42 AM, Dan Dillon <dcdillon at gmail.com> wrote:
> What is the output of strip --help (or equivalent) on macOS?  Surely there is some option that does the same thing.
> 
> This doesn't solve your desire for no NOTEs on CRAN because to do it right you'd have to detect what strip you were calling and pass the right option to each variant, but it could point you in the right direction.
> 
> _______________________________________________
> Rcpp-devel mailing list
> Rcpp-devel at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel
> 
> 
> 
> -- 
> Qiang Kou
> qkou at umail.iu.edu
> School of Informatics and Computing, Indiana University
> 
> _______________________________________________
> Rcpp-devel mailing list
> Rcpp-devel at lists.r-forge.r-project.org
> https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel



More information about the Rcpp-devel mailing list