On 26 July 2006 at 16:59, Thomas Lumley wrote:
|
| How can one specify multiple extra flags to R CMD SHLIB? The example in
| R-exts section 5.5
| MAKEFLAGS="CFLAGS=-O3" R CMD SHLIB *.c
| works for a single flag, but when I try
| MAKEFLAGS="CFLAGS=-g -O2 -Wall" R CMD SHLIB *.c
| only the
How can one specify multiple extra flags to R CMD SHLIB? The example in
R-exts section 5.5
MAKEFLAGS="CFLAGS=-O3" R CMD SHLIB *.c
works for a single flag, but when I try
MAKEFLAGS="CFLAGS=-g -O2 -Wall" R CMD SHLIB *.c
only the first flag is used and the rest seem to be ignored (version