Skip to content
Prev 4182 / 21312 Next

[Bioc-devel] C++ code performance issues

Hi Martin,
thanks for the tips. I did a bit more investigation and it showed up 
that the development version of R is not compiling with optimization 
flags while installing the packages.
I am not sure whether this was also the case initially, but I know for 
sure that it was using -O3 when running CMD check, maybe I just got 
confused and never noticed that it's not using it during the installation.

Is it safe to assume that optimization flags will be used in the stable 
release version, or is it better to specify the in the package's Makevars?

Peter.
On 21/03/13 19:36, Martin Morgan wrote: