Skip to content
Back to formatted view

Raw Message

Message-ID: <9294B498-A4DB-47B1-AE99-71C1559EABB3@stat.berkeley.edu>
Date: 2006-05-05T17:54:08Z
From: Kasper Daniel Hansen
Subject: 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