Skip to content
Prev 20532 / 63421 Next

suppressing "global" cppflags in an individual package

Hi

I can use PKG_CPPFLAGS in a Makevars file to add additional flags to  
the c++ compiler for a given package. Is it possible to remove flags  
passed to the packages from R. Eg: say R have been compiled with -O2  
and I want the package to be compiled with another optimization level?

/Kasper