Skip to contents

Retrieve the default CFLAGS R uses to compile shared libraries

Usage

cflags_default()

Value

character string of default CFLAGS for this R installation

Examples

cflags_default()
#> [1] "-falign-functions=64 -Wall -g -O2"