Dear newsgroup,

The size of the object files in my R package is quite large (c++ code with
Eigen templates). How can I reduce this size?

Under linux the final shared library is over 20 Mb large. With the command
strip I can reduce the size to less than 500Kb, but I do not know how to
add the strip command to the R build system. I am also not sure whether
stripping the object files is allowed for R packages, since it can make
debugging harder.

With kind regards,
Pieter Eendebak

        [[alternative HTML version deleted]]

______________________________________________
R-package-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-package-devel

Reply via email to