Commits


Wes McKinney authored and Sutou Kouhei committed 26666df5b23
ARROW-6237: [R] Allow compilation flags to be passed for R package with ARROW_R_CXXFLAGS For example: ``` export ARROW_R_CXXFLAGS="-fno-omit-frame-pointer" ``` (this flag is needed to record performance data on Linux with `perf`) I also amended the README.Rmd to say to use `$R_LD_LIBRARY_PATH` instead of `$LD_LIBRARY_PATH` for custom install location Closes #5088 from wesm/r-cxxflags and squashes the following commits: e25de5e15 <Wes McKinney> Add ARROW_R_CXXFLAGS to documentation 8718aaf0b <Wes McKinney> Change R package README to indicate to use R_LD_LIBRARY_PATH 3a919df48 <Wes McKinney> Allow compilation flags to be passed for R package with ARROW_R_CXXFLAGS Authored-by: Wes McKinney <wesm+git@apache.org> Signed-off-by: Sutou Kouhei <kou@clear-code.com>