Skip to content
Back to formatted view

Raw Message

Message-ID: <4E5483CD.6020100@dcook.org>
Date: 2011-08-24T04:53:33Z
From: Darren Cook
Subject: [Rcpp-devel] Using C++0x in g++ changes ifelse behaviour
In-Reply-To: <4E49D17F.5090006@dcook.org>

>   How to set g++ compiler flags using Rcpp and inline?
>   http://stackoverflow.com/q/7063265/841830

I've worked out, and added an answer to the above. In a nutshell, set
settings$env$PKG_CXXFLAGS, where settings is the return of
getPlugin("Rcpp").

(I set the answer as "community wiki", so others can enhance the answer
if they wish.)

Darren